From 7fdc0b0d7e4822170d6e7efb58db2009535ccb01 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Wed, 21 Sep 2022 12:26:03 +0200 Subject: [PATCH] addcomments --- apps/remix-ide-e2e/src/commands/addFile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/commands/addFile.ts b/apps/remix-ide-e2e/src/commands/addFile.ts index ce1fbafcc6..5ea86c5347 100644 --- a/apps/remix-ide-e2e/src/commands/addFile.ts +++ b/apps/remix-ide-e2e/src/commands/addFile.ts @@ -36,7 +36,7 @@ function addFile(browser: NightwatchBrowser, name: string, content: NightwatchCo timeout: 2000 }, (okVisible) => { // @ts-ignore - // status === -1 means the element is not visible, 0 means it is visible + // status === -1 means the element is not visible, 0 means it is visible. if (okVisible.status === 0) { browser.openFile(name) .perform(function () {