Skip to content

Commit

Permalink
chore: reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Oct 23, 2023
1 parent 1115196 commit 4261280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { When, Then } from 'cypress-cucumber-preprocessor/steps'
import { clickViewActionButton } from '../../../elements/viewDashboard.js'
import { getApiBaseUrl } from '../../../support/utils.js'

const RESP_CODE_201 = 201
const RESP_CODE_200 = 200
const RESP_CODE_201 = 201
const SHOW_DESC_RESP_CODE_FAIL = 409

before(() => {
Expand Down

0 comments on commit 4261280

Please sign in to comment.