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.
1 parent b2b0296 commit d37156fCopy full SHA for d37156f
1 file changed
tests/e2e/rancher/rancher-apps.page.ts
@@ -48,8 +48,8 @@ export class RancherAppsPage extends BasePage {
48
49
constructor(page: Page) {
50
super(page)
51
- this.step1 = page.getByRole('heading', { name: 'Install: Step 1' })
52
- this.step2 = page.getByRole('heading', { name: 'Install: Step 2' })
+ this.step1 = page.getByRole('heading', { name: 'Install: Step 1' }).or(this.page.getByRole('tab', { name: 'Metadata', selected: true })).first()
+ this.step2 = page.getByRole('heading', { name: 'Install: Step 2' }).or(this.page.getByRole('tab', { name: 'Values', selected: true })).first()
53
this.stepTitle = page.locator('div.top.choice-banner>.title')
54
this.nextBtn = this.ui.button('Next')
55
this.installBtn = this.ui.button(/Install|Install this version/)
0 commit comments