Skip to content

Commit

Permalink
Fix Application Wall Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Oct 29, 2020
1 parent 4d4a45e commit 40867b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test-e2e/applications/application-wall-e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('Application Wall Tests -', () => {

function createPageSizeSelectId(): string {
// The ctrl is hidden inside a mat-paginator, the id will change depending on other selects on page
return hasCfFilter ? 'mat-select-35' : 'mat-select-34';
return hasCfFilter ? 'mat-select-9' : 'mat-select-8';
}

function tearDown(orgName: string) {
Expand Down

0 comments on commit 40867b3

Please sign in to comment.