Skip to content

Commit

Permalink
chore: remove check for SECRET_WORDS with keplr (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique authored May 23, 2024
1 parent dc5c534 commit 5854910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synpress.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (process.env.SYNPRESS_LOCAL_TEST) {
}

// if user skips metamask install or setup
if (!process.env.SKIP_METAMASK_INSTALL && !process.env.SKIP_EXTENSION_SETUP) {
if (process.env.EXTENSION == 'metamask' && !process.env.SKIP_METAMASK_INSTALL) {
// we don't want to check for presence of SECRET_WORDS or PRIVATE_KEY
if (!process.env.SECRET_WORDS && !process.env.PRIVATE_KEY) {
throw new Error(
Expand Down

0 comments on commit 5854910

Please sign in to comment.