Skip to content

Commit

Permalink
console: Update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJankoski committed Aug 8, 2024
1 parent f752481 commit 6757913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion cypress/e2e/console/gateways/create.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ describe('Gateway create', () => {

cy.findByLabelText('Gateway EUI').type(gateway.eui)
cy.findByRole('button', { name: 'Confirm' }).click()
cy.findByTestId('notification').should('exist')
cy.findByLabelText('Claim authentication code').type('12345')
cy.findByLabelText('Gateway ID').type(`eui-${gateway.eui}`)
cy.findByText('Frequency plan')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const GatewayConnectionSettings = () => {
// If the WiFi profile doesn't belong to the user, iterate through collaborators until found
for (const orgId of orgCollaborators) {
try {
// eslint-disable-next-line no-await-in-loop
wifiProfile = await dispatch(
attachPromise(
getConnectionProfile(
Expand Down

0 comments on commit 6757913

Please sign in to comment.