Skip to content

Commit

Permalink
style: extract setupAndMoveToPlayground util
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Apr 11, 2024
1 parent 5fa323d commit 12e65c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/cypress/e2e/allocationItemWindowClosed.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('allocation (allocation window closed)', () => {
setupAndMoveToPlayground();

cy.window().then(async win => {
// Move time only once, for the first device.
moveTime(win, 'decisionWindowClosed').then(() => {
cy.get('[data-test=PlaygroundView]').should('be.visible');
const isDecisionWindowOpenAfter = win.clientReactQuery.getQueryData(
Expand Down

0 comments on commit 12e65c5

Please sign in to comment.