Skip to content

Commit

Permalink
fix test result rows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden505 committed Dec 4, 2024
1 parent 00b36b1 commit 7afb908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/public/runs/overview.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ module.exports = () => {
const popoverSelector = await getPopoverSelector(await page.waitForSelector('.aliceL3AndDipoleCurrent-filter .popover-trigger'));
await pressElement(page, `${popoverSelector} .dropdown-option:last-child`, true); // Select 30003kA/0kA

await expectColumnValues(page, 'runNumber', ['54']);
await expectColumnValues(page, 'runNumber', ['54', '53', '52']);

await pressElement(page, '#reset-filters');
await expectColumnValues(page, 'runNumber', ['105', '56', '54', '49']);
Expand Down

0 comments on commit 7afb908

Please sign in to comment.