File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ describe('Organization page', () => {
146146 cy . get ( '[data-cy=org-teams-table]' )
147147 . find ( 'tbody tr:nth-child(9) td:nth-child(1)' )
148148 . contains ( 'Team 027' )
149+ cy . get ( '[data-cy=org-teams-table-search-input]' ) . clear ( )
149150
150151 // Verify index, then click on last page button
151152 cy . get ( '[data-cy=org-teams-table-pagination]' ) . within ( ( ) => {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ describe('Teams page', () => {
3232 cy . get ( '[data-cy=teams-table-pagination]' ) . contains ( 'Showing 1-10 of 35' )
3333
3434 // Sort by team name
35- cy . get ( '[data-cy=table-head-column-name]' ) . click ( )
35+ cy . get ( '[data-cy=teams- table-head-column-name]' ) . click ( )
3636 cy . get ( '[data-cy=teams-table]' )
3737 . find ( 'tbody tr:nth-child(1) td:nth-child(2)' )
3838 . contains ( 'Team 035' )
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ describe('Teams page', () => {
9797 )
9898
9999 // Perform sort by username
100- cy . get ( '[data-cy=table-head-column-name]' ) . click ( )
100+ cy . get ( '[data-cy=team-members- table-head-column-name]' ) . click ( )
101101 cy . get ( '[data-cy=team-members-table]' ) . contains ( 'User 025' )
102102 cy . get ( '[data-cy=team-members-table]' ) . contains ( 'User 016' )
103103
You can’t perform that action at this time.
0 commit comments