Skip to content

Commit 2e507be

Browse files
authored
test(e2e): Address some Admin UI test issues for 0.19.2 (#2818)
* test(e2e): Update navigation to create a storage bucket * test(e2e): Address flake when creating host catalogs
1 parent dbf3617 commit 2e507be

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

e2e-tests/admin/tests/session-recording-minio-ent.spec.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ test(
6464
const projectName = await projectsPage.createProject();
6565

6666
// Create storage bucket
67+
await page
68+
.getByRole('link', { name: `Back to ${orgName}`, exact: true })
69+
.click();
6770
await page.getByRole('link', { name: 'Orgs', exact: true }).click();
6871
const storageBucketsPage = new StorageBucketsPage(page);
6972
const storageBucketName =

e2e-tests/admin/tests/target-ent.spec.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ test(
189189
await hostCatalogsPage.createHostInHostSet(targetAddress);
190190

191191
// Create another host set
192-
await page
193-
.getByRole('navigation', { name: 'Application local navigation' })
194-
.getByRole('link', { name: 'Host Catalogs' })
195-
.click();
196192
await page.getByRole('link', { name: hostCatalogName }).click();
197193
const hostSetName2 = await hostCatalogsPage.createHostSet();
198194

0 commit comments

Comments
 (0)