From 97428113e4ac7c5bf5320b6c2bb7031f5fff5b64 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Fri, 20 Nov 2020 10:09:18 +0100 Subject: [PATCH] Debug ci --- apps/remix-ide-e2e/src/commands/debugTransaction.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/commands/debugTransaction.ts b/apps/remix-ide-e2e/src/commands/debugTransaction.ts index 57174d9a9c..85b2b24238 100644 --- a/apps/remix-ide-e2e/src/commands/debugTransaction.ts +++ b/apps/remix-ide-e2e/src/commands/debugTransaction.ts @@ -17,7 +17,7 @@ function checkStyle (browser: NightwatchBrowser, index: number, callback: VoidFu browser.pause(2000).execute(function (index: number) { const debugBtn = document.querySelectorAll('*[data-shared="txLoggerDebugButton"]')[index] as HTMLInputElement - debugBtn.click() + debugBtn && debugBtn.click() }, [index], function () { callback() })