-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tests): add cypress e2e tests instead of protractor e2e and e2e-bdd tests #3515
Conversation
Codecov Report
@@ Coverage Diff @@
## development #3515 +/- ##
===============================================
+ Coverage 72.07% 72.09% +0.02%
===============================================
Files 251 251
Lines 8142 8142
Branches 1544 1544
===============================================
+ Hits 5868 5870 +2
+ Misses 1851 1850 -1
+ Partials 423 422 -1
Continue to review full report at Codecov.
|
6cd93c7
to
737d362
Compare
3617f70
to
52c83ba
Compare
|
||
landing.navigateTo(); | ||
|
||
cy.get(buttonSelector).eq(0).should('be.enabled'); |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
||
landing.navigateTo(); | ||
|
||
cy.get('.btn').contains(buttonText).should('be.enabled'); |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
52c83ba
to
97e2780
Compare
28993ea
to
50c7e9c
Compare
866f934
to
d03a8c0
Compare
797da13
to
aae67f0
Compare
aae67f0
to
a057c4b
Compare
fb76c2f
to
600a8b9
Compare
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.