Restructure e2e tests

This commit is contained in:
Simon Hofmann
2021-06-01 22:53:15 +02:00
parent df95713f40
commit 9f59ce5b04
+2 -1
View File
@@ -17,10 +17,11 @@ const close = async () => {
};
describe("Keyboard e2e class", () => {
it("should paste copied input from system clipboard.", async () => {
it("should open gnome calculator via keyboard.", async () => {
// GIVEN
jest.setTimeout(30000);
screen.config.resourceDirectory = "./e2e/assets";
screen.config.confidence = 0.97;
await run("gnome-calculator");
await confirm();