-
Notifications
You must be signed in to change notification settings - Fork 0
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
x1139 update amplification operation #541
Conversation
@sabrine33 This pr fails cypress tests every time they run.
Can you take a look at it please? |
I will have a look, thanks |
@sabrine33 That might have helped, but it's still failing in |
@sabrine33 Thanks for fixing the tests. 👍 Can you fix the merge conflicts please? |
@khelwood, I'd rather wait until @seenanair fixes the storybook issue in the CI. |
@sabrine33 As we discussed over slack, I hope you are not waiting over this issue |
…te-amplification-op # Conflicts: # src/components/slotMeasurement/SlotMeasurements.tsx # src/components/visiumQC/Amplification.tsx # src/types/sdk.ts # tests/unit/components/visiumQC/amplification.spec.tsx
This reverts commit 5dc90c0.
cypress/e2e/pages/visiumQC.cy.ts
Outdated
@@ -58,8 +58,10 @@ describe('Visium QC Page', () => { | |||
}); | |||
it('has all slots as passed', () => { | |||
cy.findAllByTestId('passIcon').then(($passIcons) => { | |||
debugger; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remember to remove this debugger when you're done with it
No description provided.