Skip to content

Commit

Permalink
Local playwright issues
Browse files Browse the repository at this point in the history
  • Loading branch information
antgmann committed Dec 23, 2024
1 parent ddfa2a3 commit b9be286
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playwright/tests/admin/officeUsers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ test.describe('Office User Create Page', () => {
await supervisorCheckbox.click();
await expect(servicesCounselorCheckbox).toBeChecked();
await expect(supervisorCheckbox).toBeChecked();
await servicesCounselorCheckbox.click();

// Check selecting roles after having supervisor selected for unallowed roles
await customerCheckbox.click();
await expect(customerCheckbox).not.toBeChecked();
Expand Down Expand Up @@ -508,6 +510,8 @@ test.describe('Office Users Edit Page', () => {
await supervisorCheckbox.click();
await expect(servicesCounselorCheckbox).toBeChecked();
await expect(supervisorCheckbox).toBeChecked();
await servicesCounselorCheckbox.click();

// Check selecting roles after having supervisor selected for unallowed roles
await customerCheckbox.click();
await expect(customerCheckbox).not.toBeChecked();
Expand Down

0 comments on commit b9be286

Please sign in to comment.