Skip to content

Commit

Permalink
Throw when Lace is used in E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Apr 1, 2023
1 parent a4e8cc1 commit 9346c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Internal/Test/E2E/Wallets.purs
Expand Up @@ -242,7 +242,8 @@ laceConfirmAccess extId re = do

-- Not implemented yet
laceSign :: ExtensionId -> WalletPassword -> RunningE2ETest -> Aff Unit
laceSign extId password re = do
laceSign extId _password re = do
void $ liftEffect $ throw "Lace support is not implemented"
inWalletPage pattern re signTimeout \page -> do
void $ Toppokki.pageWaitForSelector (wrap $ "button")
{}
Expand Down

0 comments on commit 9346c9e

Please sign in to comment.