Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53508db0a9 | |||
| b9174a292e |
@@ -16,7 +16,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
e2e:
|
e2e:
|
||||||
uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@hugh/add-pnpm-support-plugin-e2e
|
uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@main
|
||||||
with:
|
with:
|
||||||
node-version: '22'
|
node-version: '22'
|
||||||
headlamp-version: v0.40.1
|
headlamp-version: v0.40.1
|
||||||
|
|||||||
+2
-6
@@ -44,12 +44,8 @@ test.describe('Rook plugin smoke tests', () => {
|
|||||||
await page.goto('/c/main/rook-ceph');
|
await page.goto('/c/main/rook-ceph');
|
||||||
|
|
||||||
const sidebar = page.getByRole('navigation', { name: 'Navigation' });
|
const sidebar = page.getByRole('navigation', { name: 'Navigation' });
|
||||||
const rookBtn = sidebar.getByRole('button', { name: /rook/i });
|
const storageClassesLink = sidebar.getByRole('link', { name: /storage classes/i });
|
||||||
await rookBtn.click();
|
await expect(storageClassesLink).toBeVisible({ timeout: 10_000 });
|
||||||
await page.waitForLoadState('networkidle');
|
|
||||||
|
|
||||||
const storageClassesLink = sidebar.getByRole('button', { name: /storage classes/i });
|
|
||||||
await expect(storageClassesLink).toBeVisible({ timeout: 15_000 });
|
|
||||||
await storageClassesLink.click();
|
await storageClassesLink.click();
|
||||||
|
|
||||||
await page.waitForLoadState('networkidle');
|
await page.waitForLoadState('networkidle');
|
||||||
|
|||||||
Generated
+529
-529
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user