Skip to content

Commit

Permalink
test: fix broken dashboard itest
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Sep 9, 2024
1 parent 42c1870 commit 6a58fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itest/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class Cryostat {

async selectFakeTarget() {
const targetName = 'Fake Target';
const targetSelect = await this.driver.wait(until.elementLocated(By.css(`[aria-label="Options menu"]`)));
const targetSelect = await this.driver.wait(until.elementLocated(By.css(`[aria-label="Select Target"]`)));
await targetSelect.click();
const targetOption = await this.driver.wait(
until.elementLocated(By.xpath(`//*[contains(text(), '${targetName}')]`)),
Expand Down

0 comments on commit 6a58fdf

Please sign in to comment.