test: adapt tests to OAuth client rename

This commit is contained in:
Jakub P.
2024-12-19 20:19:28 +01:00
parent 8d5287d51e
commit d675fd6e69
4 changed files with 50 additions and 49 deletions

View File

@@ -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();