-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BIOMAGE-1230] - Test launch analysis #10
Conversation
Can you remove the ticket that you created for this too then?
…On Fri, Sep 10, 2021 at 8:55 AM Anugerah Erlaut ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In e2e/cypress/integration/ui-smoke/ui-launch-analysis.spec.js
<#10 (comment)>:
> + Cypress.on('uncaught:exception', (err) => {
+ if (resizeObserverLoopErrRe.test(err.message)) {
+ return false;
+ }
+ return true;
+ });
@ivababukova <https://github.com/ivababukova> this error doesn't appear
anymore after merging in your in the UI refactor, so I'm removing this. The
test works in local. I'm testing it in staging.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APTCL62SWZW4W3JQBHWHAULUBGTUHANCNFSM5CMKMZNQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
removed |
Allow for variability in the amoiunt of clusters
Background
Link to issue
https://biomage.atlassian.net/browse/BIOMAGE-1230
Link to staging deployment URL
N.A.
Links to any Pull Requests related to this
UI - hms-dbmi-cellenics/ui#466
Anything else the reviewers should know about the changes here
Changes
Code changes
Definition of DONE
Your changes will be ready for merging after each of the steps below have been completed:
Testing
To set up easy local testing with inframock, follow the instructions here: https://github.com/biomage-ltd/inframock
To deploy to the staging environment, follow the instructions here: https://github.com/biomage-ltd/biomage-utils
Documentation updates
Is all relevant documentation updated to reflect the proposed changes in this PR?
Approvers
Just before merging:
unstage
script in here: https://github.com/biomage-ltd/biomage-utils is executed. This script cleans up your deployment to stagingOptional