Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Feb 9, 2024
1 parent 26108f4 commit 6900bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ context('Tubes and Block', () => {
cy.get("input[placeholder='testpro_96_aluminumblock_10ul']").should(
'exist'
)

// All fields present
cy.get('button[class*="_export_button_"]').click({ force: true })
cy.contains(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ context('Tubes and Rack', () => {
cy.get("input[placeholder='opentrons_24_tuberack_10ul']").should(
'exist'
)

// All fields present
cy.get('button[class*="_export_button_"]').click({ force: true })
cy.contains(
Expand Down

0 comments on commit 6900bb3

Please sign in to comment.