We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68edabe commit e91e00dCopy full SHA for e91e00d
src/e2e.test.ts
@@ -21,7 +21,7 @@ async function goToTrinoSettings(page: Page) {
21
22
async function setupDataSourceWithAccessToken(page: Page) {
23
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();
+ await page.locator('div').filter({hasText: /^Impersonate logged in user$/}).getByLabel('Toggle switch').click();
25
await page.locator('div').filter({hasText: /^Access token$/}).locator('input[type="password"]').fill('aaa');
26
await page.getByTestId('data-testid Data source settings page Save and Test button').click();
27
}
0 commit comments