Skip to content

Commit

Permalink
another commit to finally fix the deck slot function
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoel42 committed Dec 19, 2024
1 parent f402fa5 commit 0a5c1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-designer/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Cypress.Commands.add('chooseDeckSlot', (slot: string) => {
| 'D1'
| 'D2'
| 'D3',
() => void
() => Cypress.Chainable<JQuery<HTMLElement>>
> = {
A1: () => cy.contains('foreignObject[x="164"][y="107"]', 'Edit slot'),
A2: () => cy.contains('foreignObject[x="164"][y="321"]', 'Edit slot'),
Expand Down

0 comments on commit 0a5c1c6

Please sign in to comment.