Skip to content

Commit

Permalink
Fix network state column index
Browse files Browse the repository at this point in the history
  • Loading branch information
n313893254 authored and noahgildersleeve committed Nov 9, 2022
1 parent e821e4d commit c23d3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/testcases/networks/network.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('Preset Vlans', () => {

table.clickFlatListBtn();

table.find(name, 1, namespace, 2).find('td').eq(5).should('contain', 'Active')
table.find(name, 1, namespace, 2).find('td').eq(6).should('contain', 'Active')
}

it('Create Vlan1', () => {
Expand Down

0 comments on commit c23d3f3

Please sign in to comment.