-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: changes selectors #69
Merged
Merged
Conversation
This file contains 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
Thanks @vilkg ! |
vilkg
added a commit
that referenced
this pull request
Jun 8, 2021
* test: change dashboard selectors * fix: changes selectors (#69) * fix: blacklist cacheManifest.action * fix: add fait for org unit dropdown * ci: enable custom runs (#70) * feat: extract user variable * fix: using # in aliases to avoid file deletion * fix: added preinstall step * fix: package name * fix: jira service * lodash replaced with deepmerge * import replaced by const * remove _ * test * wdio * revert * remove local service * fix * define jiraService * change selector * fix * fix * removes log line * fix * test * tesr * wdio.conf * test * test * test * test * fix * test * define jira servrice * test te * test * test * isEnabled * fix * clean up * fix: publish results to patch release cycle * fix: added check to catch crash * fix: login test expectation and i18nJavaScript.action * fix: comp. error * feat: switch to mocha in dynamic smoke tests (#71) * test: changes smoke tests from cucumber to mocha * temp: remove slakc * fix config * config change * fix: smoke wrapper * fix: remove smoke wrapper and jira issues * fix * fix: cleanup * fix: spaces and new lines * feat: adds npm-run-all to continue on error in one test suite * ci: fix base url * fix: import * fix: change error message * fix: store new failures report in correct dir * ci: copy allure data dir * fix: change baseurl
vilkg
added a commit
that referenced
this pull request
Jun 17, 2021
* fix: adds assertion that the event was saved * feat: adds waitForClickable * fix: support new apps index with link to bundle JSON * fix: update path to the apps list * fix: whitelisting files/script error (#53) * fix: data entry and approvals apps (#58) * chore: fixing local webdriver config (#59) * fix: data entry and approvals apps * chore: fix wdio.conf webdriver conf * ci: adds execution tracking to jira hook (#62) * fix: improved reporting * fix: update gitignore * fix: adding log * fix: hack to avoid tracking errors in hooks that are already tracked explicitely * chore: migration to wdio6 (#64) * chore: update versions * fix migration issues * fix: fix incorrect specs * fix: migration errors in wait methods (#65) * chore: update versions * fix migration issues * fix: fix incorrect specs * fix: incorrect migration of wait methods * ci: remove browser version * fix: fixes ids for new event creation (#67) * test: changed identifiers for dhis2-capture-event-list-table (#66) * fix: url for viewing event in capture (#68) * ci: adds Hella as a slack message receiver * ci: changes version * test: change dashboard selectors * fix: exclude cacheManifest.action * fix: wait for capture org unit selector * ci:enable custom runs * fix: changing selectors * fix: adds check to avoid non existent body * blacklist i18nJavaScript.actio * feat: switch from cucumber to mocha for dynamic tests (#72) * test: change dashboard selectors * fix: changes selectors (#69) * fix: blacklist cacheManifest.action * fix: add fait for org unit dropdown * ci: enable custom runs (#70) * feat: extract user variable * fix: using # in aliases to avoid file deletion * fix: added preinstall step * fix: package name * fix: jira service * lodash replaced with deepmerge * import replaced by const * remove _ * test * wdio * revert * remove local service * fix * define jiraService * change selector * fix * fix * removes log line * fix * test * tesr * wdio.conf * test * test * test * test * fix * test * define jira servrice * test te * test * test * isEnabled * fix * clean up * fix: publish results to patch release cycle * fix: added check to catch crash * fix: login test expectation and i18nJavaScript.action * fix: comp. error * feat: switch to mocha in dynamic smoke tests (#71) * test: changes smoke tests from cucumber to mocha * temp: remove slakc * fix config * config change * fix: smoke wrapper * fix: remove smoke wrapper and jira issues * fix * fix: cleanup * fix: spaces and new lines * feat: adds npm-run-all to continue on error in one test suite * ci: fix base url * fix: import * fix: change error message * fix: store new failures report in correct dir * ci: copy allure data dir * fix: change baseurl * fix: fix authentication error message * fix: change browserstack config * fix: browserstack conf * fix: wdio integration service hooks * fix: capture move * fix * fix: data visualiser getting started Co-authored-by: Austin McGee <947888+amcgee@users.noreply.github.com> Co-authored-by: Philip-Larsen-Donnelly <35666657+Philip-Larsen-Donnelly@users.noreply.github.com>
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.
Ref: dhis2/capture-app#1410
Should be merged once the capture app PR is merged.