Skip to content

Commit 403b386

Browse files
committed
(#49) Updated timeout test description
1 parent c3d403f commit 403b386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screen.class.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe("Screen.", () => {
8888
});
8989
});
9090

91-
it("should run without throwing", async () => {
91+
it("should reject after timeout", async () => {
9292
// GIVEN
9393
const timeout = 5000;
9494
const visionAdapter = new VisionAdapter();

0 commit comments

Comments
 (0)