Skip to content

Commit

Permalink
chore: fix merge fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Apr 9, 2024
1 parent 2594ec0 commit 4faee29
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { EXTENDED_TIMEOUT } from '../../../support/utils.js'
const RESP_CODE_200 = 200
const RESP_CODE_201 = 201

const RESP_CODE_200 = 200
const RESP_CODE_201 = 201

// Scenario: I change the height of the control bar
When('I drag to increase the height of the control bar', () => {
cy.intercept('PUT', '/userDataStore/dashboard/controlBarRows').as('putRows')
Expand Down

0 comments on commit 4faee29

Please sign in to comment.