Skip to content

Commit

Permalink
console: Update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Oct 24, 2023
1 parent 14c2c8c commit e3854b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ describe('Packet Broker routing policies', () => {
it('succeeds setting a "traffic to all networks" routing configuration', () => {
cy.intercept('GET', '/api/v3/pba/home-networks/policies/default', { statusCode: 404 })
cy.intercept('PUT', '/api/v3/pba/home-networks/policies/default', {})
cy.intercept('DELETE', '/api/v3/pba/home-networks/policies/19', {})
cy.intercept('DELETE', '/api/v3/pba/home-networks/policies/19/johan', {})
cy.intercept('/api/v3/pba/networks*', { fixture: 'console/packet-broker/networks.json' })
cy.intercept('/api/v3/pba/home-networks/policies*', {
fixture: 'console/packet-broker/policies-home-network.json',
Expand Down

0 comments on commit e3854b4

Please sign in to comment.