Skip to content

Commit

Permalink
test: fix locator
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Mar 12, 2024
1 parent afdaaa2 commit 5d50b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/appActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ async function setTimeConductorMode(page, isFixedTimespan = true) {
await page.getByRole('menuitem', { name: /Real-Time/ }).click();
await page.waitForURL(/tc\.mode=local/);
}
await page.getByLabel('Submit time offsets').click();
await page.getByLabel('Submit time offsets').or(page.getByLabel('Submit time bounds')).click();
}

/**
Expand Down

0 comments on commit 5d50b2c

Please sign in to comment.