Skip to content

Commit c89f297

Browse files
netpyne-123 adding wait for selector in failing test
1 parent 3c87f37 commit c89f297

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/frontend/e2e/tests/ControlPanel.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ describe('Test for the Control Panel - color picker', () => {
297297
await page.waitForTimeout(PAGE_WAIT)
298298
console.log('Filtering results')
299299

300+
await page.waitForTimeout(selectors.CONTROL_PANEL_FILTER_SELECTOR, {timeout: PAGE_WAIT})
300301
await expect(page).toFill(selectors.CONTROL_PANEL_FILTER_SELECTOR, 'E')
301302

302303
await page.waitForTimeout(PAGE_WAIT)

0 commit comments

Comments
 (0)