From 6e65d2be1cc3369fb15ee75ad511162387805bc4 Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Thu, 29 Sep 2022 11:18:32 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20wait=20for=20cy=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinicius Reis --- cypress/e2e/links.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/links.spec.js b/cypress/e2e/links.spec.js index 170f294e843..4fc4a970a58 100644 --- a/cypress/e2e/links.spec.js +++ b/cypress/e2e/links.spec.js @@ -16,7 +16,7 @@ describe('test link marks', function() { }, }) - cy.openFile(fileName) + return cy.openFile(fileName) }) describe('autolink', function() {