-
Notifications
You must be signed in to change notification settings - Fork 180
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(cypress): keep composite actions as step thunks #17633
fix(cypress): keep composite actions as step thunks #17633
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## Test(PD)-Cypress-Transfer-Platereader-Helper #17633 +/- ##
=============================================================================
Coverage 18.63% 18.63%
=============================================================================
Files 2743 2743
Lines 211625 211625
Branches 6534 6534
=============================================================================
Hits 39439 39439
Misses 172186 172186
Flags with carried forward coverage won't be shown. Click here to find out more. |
CompositeSetupSteps.AddLabwareToDeckSlot( | ||
'C3', | ||
'Armadillo 96 Well Plate 200 µL' | ||
) |
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.
Note that this parameter intake is the strings you want.
The object is usually best but I wanted to show both.
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.
Wow!!! This is a cleaner solution. Thanks for the help.
0c9e98f
into
Test(PD)-Cypress-Transfer-Platereader-Helper
@alexjoel42 Once you understand this, you can just merge it as it targets your branch.