issue 1006 appium app to call FES mock#1158
Merged
Conversation
tomholub
commented
Dec 4, 2021
Comment on lines
+21
to
+23
| To run a particular test: | ||
| - `npm run-script test.live "user is able to view text email"` | ||
| - `npm run-script test.mock "app setup fails with bad EKM URL"` |
Collaborator
Author
There was a problem hiding this comment.
@sosnovsky @fcvakintos @ivan-ushakov @Kharchevskyi @ekievsky I have updated the commands to run tests.
So instead of npm run-script only.test.filter "some test"
it now is npn run-script test.live "some test".
tomholub
commented
Dec 4, 2021
Comment on lines
+14
to
+16
| // todo - replace the following pause with wait for modal error | ||
| // that says "Please check if key manager url set correctly" | ||
| await browser.pause(5000); |
Collaborator
Author
There was a problem hiding this comment.
For now this passes blindly without checking result, will be finished in #1162
Comment on lines
+14
to
+15
| // todo - replace the following pause with wait for modal error | ||
| await browser.pause(5000); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds first tests that use FES mock to run. They still need some work, will continue with #1162
close #1006
close #1012
Tests:
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):