Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/playwright/src/rhel-extension.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,10 @@ test.describe.serial('RHEL Extension E2E Tests', () => {
});
});

test('Allow SSO extension accessing the SSO resource', async({ page }) => {
await handleConfirmationDialog(page, 'Allow Access', true, 'Allow', 'Deny', 10_000);
});

test('On linux, we cannot activate the subscription when logging via SSO', async ({ page, navigationBar }) => {
test.skip(!isLinux, 'Skipping on non-Linux platforms');
await navigationBar.openDashboard();
Expand Down
Loading