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 df95713 commit 9f59ce5Copy full SHA for 9f59ce5
lib/keyboard.class.e2e.spec.ts
@@ -17,10 +17,11 @@ const close = async () => {
17
};
18
19
describe("Keyboard e2e class", () => {
20
- it("should paste copied input from system clipboard.", async () => {
+ it("should open gnome calculator via keyboard.", async () => {
21
// GIVEN
22
jest.setTimeout(30000);
23
screen.config.resourceDirectory = "./e2e/assets";
24
+ screen.config.confidence = 0.97;
25
await run("gnome-calculator");
26
await confirm();
27
0 commit comments