test: adapt tests to OAuth client rename
This commit is contained in:
@@ -55,7 +55,7 @@ test.describe('Apps page', () => {
|
||||
test('goes to app page to create a connection', async ({
|
||||
applicationsPage,
|
||||
}) => {
|
||||
// loading app, app config, app auth clients take time
|
||||
// loading app, app config, app oauth clients take time
|
||||
test.setTimeout(60000);
|
||||
|
||||
await applicationsPage.page.getByTestId('app-list-item').first().click();
|
||||
|
||||
Reference in New Issue
Block a user