Skip to content

Commit 67d3493

Browse files
authored
Update clocking.test.js
1 parent 4f7493d commit 67d3493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/clocking.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ test('Launch Electron app, select device, toggle ACPU power, click Clocking, Add
3535

3636
// Clicking OK to submit the form
3737
const okButtonSelector = 'body > div:nth-child(3) > div > div.ant-modal-wrap > div > div:nth-child(1) > div > div.ant-modal-footer > button.ant-btn.css-dev-only-do-not-override-49qm.ant-btn-primary.ant-btn-color-primary.ant-btn-variant-solid > span';
38-
const okButton = await window.waitForSelector(okButtonSelector, { timeout: 5000 });
38+
const okButton = await window.waitForSelector(okButtonSelector);
3939
await okButton.click();
4040

4141
// Closing the test

0 commit comments

Comments
 (0)