Skip to content

Commit

Permalink
Fix WebTerminalUnderRegularUser rgarding to changes in the v4.15 and …
Browse files Browse the repository at this point in the history
…later (#22948)

* Fix WebTerminalUnderRegularUser test
  • Loading branch information
musienko-maxim committed Apr 29, 2024
1 parent 32c10ab commit 2091171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/pageobjects/webterminal/WebTerminalPage.ts
Expand Up @@ -150,7 +150,7 @@ export class WebTerminalPage {
}

async selectProjectFromDropDawnList(projectName: string): Promise<void> {
await this.driverHelper.waitAndClick(By.xpath(`//span[@class="pf-c-menu__item-text" and text()="${projectName}"]`));
await this.driverHelper.waitAndClick(By.xpath(`//span[@class="pf-v5-c-menu__item-text" and text()="${projectName}"]`));
}

async findAndSelectProject(projectName: string): Promise<void> {
Expand Down

0 comments on commit 2091171

Please sign in to comment.