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.
Description
This PR unskips a UI2 integration test that was skipped as part of a previous PR. Per the description in https://ucsc-cgl.atlassian.net/browse/DOCK-2471, a flaky test was disabled. Most of the description refers to a test in
mytools.ts
, however, the skipped test is inmyworkflows.ts
. Possibly, this test was inadvertently disabled because the string argument toit()
is the same as the test that was failing in mytools?dockstore-ui2/cypress/e2e/group3/mytools.ts
Line 66 in 3fd09ee
The mytools test was fixed in another previous PR.
Review Instructions
Confirm that the reenabled test is passing when CircleCI runs.
Issue
https://ucsc-cgl.atlassian.net/browse/DOCK-2471
dockstore/dockstore#5696
Please make sure that you've checked the following before submitting your pull request. Thanks!
npm run build
markdown-wrapper
component, which does extra sanitizationnpm audit
and ensure you are not introducing new vulnerabilities