Skip to content

Commit

Permalink
console: Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Dec 7, 2023
1 parent 9ddf6b6 commit 9e2a710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/console/gateways/create.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('Gateway create', () => {
)
cy.findByRole('heading', { name: `eui-${gateway.eui}` })
cy.findByText('Frequency plan')
cy.findByText('EU_863_870 , US_902_928_FSB_1').should('be.visible')
cy.findByText('EU_863_870 , EU_863_870_TTN').should('be.visible')
cy.findByTestId('error-notification').should('not.exist')
})

Expand Down

0 comments on commit 9e2a710

Please sign in to comment.