We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b4665 commit e2d7a16Copy full SHA for e2d7a16
test/window-integration-tests/test.js
@@ -114,7 +114,7 @@ describe("focusWindow", () => {
114
const result = libnut.focusWindow(openWindowHandle);
115
116
// THEN
117
- await sleep(1500);
+ await sleep(2000);
118
const activeWindowHandle = libnut.getActiveWindow();
119
const activeWindowName = libnut.getWindowTitle(activeWindowHandle);
120
expect(activeWindowName).toBe(TITLE);
0 commit comments