Skip to content

Commit

Permalink
ci is special
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 committed Jul 18, 2024
1 parent e16cb6c commit 1019417
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions webui/react/src/e2e/tests/experimentList.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ test.describe('Experiment List', () => {
const sortContent =
await projectDetailsPage.f_experimentList.tableActionBar.multiSortMenu.open();
await sortContent.multiSort.reset.pwLocator.click();
// the menu doesn't close in automation, but it works with mouse events manually
// await projectDetailsPage.f_experimentList.tableActionBar.multiSortMenu.open();
// the menu doesn't close in local automation, but it works with mouse events
// manually and sometimes on ci. let's just close it manually
await sortContent.close();
await sortContent.open();
// set sort
const firstRow = sortContent.multiSort.rows.nth(0);
await firstRow.column.selectMenuOption('Start time');
Expand Down

0 comments on commit 1019417

Please sign in to comment.