Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Nov 29, 2023
1 parent c87ab41 commit d5c460f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions e2e-tests/fixtures/Plan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,6 @@ export class Plan {
expect(await this.panelSimulation.getByRole('textbox', { name: templateName })).toBeVisible();
}

async setRoleIfNeeded(role: string = 'aerie_admin') {
if (this.roleSelector) {
this.roleSelector.selectOption(role);
}
}

async showConstraintsLayout() {
await this.showPanel('Constraints');
await this.panelConstraints.waitFor({ state: 'attached' });
Expand Down
1 change: 0 additions & 1 deletion e2e-tests/tests/view.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test.beforeAll(async ({ browser }) => {
await plans.goto();
await plans.createPlan();
await plan.goto();
await plan.setRoleIfNeeded();
});

test.afterAll(async () => {
Expand Down

0 comments on commit d5c460f

Please sign in to comment.