We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d403f commit 403b386Copy full SHA for 403b386
lib/screen.class.e2e.spec.ts
@@ -88,7 +88,7 @@ describe("Screen.", () => {
88
});
89
90
91
- it("should run without throwing", async () => {
+ it("should reject after timeout", async () => {
92
// GIVEN
93
const timeout = 5000;
94
const visionAdapter = new VisionAdapter();
0 commit comments