Skip to content

Commit 9f59ce5

Browse files
committed
Restructure e2e tests
1 parent df95713 commit 9f59ce5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/keyboard.class.e2e.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ const close = async () => {
1717
};
1818

1919
describe("Keyboard e2e class", () => {
20-
it("should paste copied input from system clipboard.", async () => {
20+
it("should open gnome calculator via keyboard.", async () => {
2121
// GIVEN
2222
jest.setTimeout(30000);
2323
screen.config.resourceDirectory = "./e2e/assets";
24+
screen.config.confidence = 0.97;
2425
await run("gnome-calculator");
2526
await confirm();
2627

0 commit comments

Comments
 (0)