We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a6a649 + 4e81e39 commit cd01033Copy full SHA for cd01033
1 file changed
tests/e2e/components/navigation.ts
@@ -90,8 +90,8 @@ export class Navigation {
90
await this.sideNavHandler(groupName, childName)
91
92
// Handle known cases of empty tables
93
- if (groupName === 'Apps' && childName === 'Installed Apps') {
94
- const row = this.ui.tableRow('rancher').row
+ if (childName === 'Installed Apps' || childName === 'CronJobs') {
+ const row = this.ui.tableRow(/^(rancher|audit-scanner)$/).row
95
await expect(row).toBeVisible().catch(async() => {
96
test.info().annotations.push({ type: 'Table is empty', description: 'Resetting namespace filter' })
97
const rancher = new RancherCommonPage(this.page)
0 commit comments