Skip to content

Commit e91e00d

Browse files
laserninjanineinchnick
authored andcommitted
Minor change to remove a typo in test case
1 parent 68edabe commit e91e00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e2e.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function goToTrinoSettings(page: Page) {
2121

2222
async function setupDataSourceWithAccessToken(page: Page) {
2323
await page.getByTestId('data-testid Datasource HTTP settings url').fill('http://trino:8080');
24-
await page.locator('div').filter({hasText: /^Impersonate logged in userAccess token$/}).getByLabel('Toggle switch').click();
24+
await page.locator('div').filter({hasText: /^Impersonate logged in user$/}).getByLabel('Toggle switch').click();
2525
await page.locator('div').filter({hasText: /^Access token$/}).locator('input[type="password"]').fill('aaa');
2626
await page.getByTestId('data-testid Data source settings page Save and Test button').click();
2727
}

0 commit comments

Comments
 (0)