Skip to content

Commit

Permalink
Merge pull request #4096 from LiskHQ/4095-enable-mainnet-login-e2e-test
Browse files Browse the repository at this point in the history
Enable e2e test for mainnet login - Closes #4095
  • Loading branch information
ManuGowda authored Jan 28, 2022
2 parents 6eb825f + 4821a91 commit 1612c37
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions test/cypress/features/login.feature
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Feature: Login
# @todo: would be re-insisted when #4089 has been resolved
#
# Scenario: Log in to Mainnet (Network switcher is not enabled)
# Given Network switcher is disabled
# Given I am on Login page
# When I enter the passphrase of mainnet_guy
# When I login
# Then I should be connected to mainnet
# Given I wait 4 seconds

Scenario: Log in to Mainnet (Network switcher is not enabled)
Given Network switcher is disabled
Given I am on Login page
When I enter the passphrase of mainnet_guy
When I login
Then I should be connected to mainnet
Given I wait 4 seconds

Scenario: Log in to Testnet
Given Network switcher is disabled
Expand Down

0 comments on commit 1612c37

Please sign in to comment.