Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Re-enable e2e tests for features already working in React - Closes #507 #523

Merged
merged 11 commits into from
Jul 28, 2017

Conversation

slaweet
Copy link
Contributor

@slaweet slaweet commented Jul 27, 2017

Closes #507

@slaweet slaweet added the test label Jul 27, 2017
@slaweet slaweet self-assigned this Jul 27, 2017
@slaweet slaweet requested a review from yasharAyari July 27, 2017 08:50
@slaweet slaweet force-pushed the 507-re-enable-e2e-tests branch from a98c4d6 to f0111e8 Compare July 27, 2017 15:41
@slaweet slaweet force-pushed the 507-re-enable-e2e-tests branch from f0111e8 to 99e7836 Compare July 27, 2017 15:43
<Link to={`${match.url}/transactions`}>Transactions</Link>
<Link to={`${match.url}/voting`}>Voting</Link>
<Link to={`${match.url}/forging`}>Forging</Link>
<section className='main-tabs'>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is better to use nav tag instead of section here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. But not worth fixing because it will be replaced with <Tabs> in #505 anyway.

@@ -82,29 +81,25 @@ Feature: Top right menu
-----END LISK SIGNED MESSAGE-----
"""

@ignore
Scenario: should allow to exit sign message dialog
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please reflect the difference of this test with the next one in their titles

@@ -82,29 +81,25 @@ Feature: Top right menu
-----END LISK SIGNED MESSAGE-----
"""

@ignore
Scenario: should allow to exit sign message dialog
Given I'm logged in as "any account"
When I click "sign message" in main menu
And I click "cancel button"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I remove this line, I expect the test to fail, but it passes. apparently this line doesn't affect the test result.
Same goes for the next 2 scenarios testing x and cancel buttons close our sign and verify message dialogs.

Copy link
Contributor

@reyraa reyraa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Vit.

@slaweet slaweet merged commit 1af35b5 into development Jul 28, 2017
@slaweet slaweet deleted the 507-re-enable-e2e-tests branch July 28, 2017 14:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants