Skip to content

Commit

Permalink
reverting back to goToPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden505 committed Dec 4, 2024
1 parent 8204e48 commit 00b36b1
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 @@ -598,7 +598,7 @@ module.exports = () => {

it('should successfully apply alice currents filters', async () => {
await goToPage(page, 'run-overview');
await page.waitForSelector('.aliceL3AndDipoleCurrent-filter');
await pressElement(page, '#openFilterToggle', true);

const popoverSelector = await getPopoverSelector(await page.waitForSelector('.aliceL3AndDipoleCurrent-filter .popover-trigger'));
await pressElement(page, `${popoverSelector} .dropdown-option:last-child`, true); // Select 30003kA/0kA
Expand Down

0 comments on commit 00b36b1

Please sign in to comment.