From 350ee4cb4ac4a91937a18f1cf6d766ce4608f129 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Wed, 1 Nov 2023 16:34:53 +0100 Subject: [PATCH] Test create semaphore template and test 2 compile options --- .../src/app/components/compileBtn.tsx | 19 ++++--- apps/remix-ide-e2e/src/tests/circom.test.ts | 55 +++++++++++++++++++ 2 files changed, 65 insertions(+), 9 deletions(-) create mode 100644 apps/remix-ide-e2e/src/tests/circom.test.ts diff --git a/apps/circuit-compiler/src/app/components/compileBtn.tsx b/apps/circuit-compiler/src/app/components/compileBtn.tsx index 30f0b2890c..50eb6e1f13 100644 --- a/apps/circuit-compiler/src/app/components/compileBtn.tsx +++ b/apps/circuit-compiler/src/app/components/compileBtn.tsx @@ -9,20 +9,21 @@ export function CompileBtn () { return ( -
- Ctrl+S to compile {appState.filePath} -
+ placement="auto" + tooltipId="overlay-tooltip-compile" + tooltipText={ +
+
+ Ctrl+S to compile {appState.filePath}
- } - > +
+ } + >