Skip to content

Commit a3dbc05

Browse files
committed
Button click
1 parent 8deed4d commit a3dbc05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/configuration.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ test.describe('Configuration tests', () => {
108108
fileName: 'datasources.yml',
109109
});
110110
const configPage = await gotoDataSourceConfigPage(ds.uid);
111+
await page.getByLabel('Edit Access Key ID').click();
111112
await page.getByLabel('Access Key ID').fill('');
112113
await expect(configPage.saveAndTest()).not.toBeOK();
113114
await expect(configPage).toHaveAlert('error', {

0 commit comments

Comments
 (0)