Skip to content

Commit

Permalink
Merge branch 'main' into apidocs-common-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux authored Apr 10, 2024
2 parents 4504f41 + a745889 commit 62609b7
Show file tree
Hide file tree
Showing 11 changed files with 844 additions and 449 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @inrupt/javascript-owners
* @inrupt/engineering
32 changes: 9 additions & 23 deletions e2e/browser/test-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/browser/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.61",
"@types/react": "^18.2.75",
"typescript": "^5.3.3"
}
}
4 changes: 4 additions & 0 deletions e2e/browser/test/e2e.playwright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ test("Redirect to AMC to accept Access Request", async ({

// At this point, the user is already logged into the OpenID Provider.
await clickOpenIdPrompt(page);
// select the first toggle purpose (all deselected by default)
await page.click('[data-testid="toggle-purpose"]');
// Select all modes (all deselected by default)
await page.getByTestId("select-all-modes-button").click();
await page.getByTestId("confirm-access").click();

// The test user confirms the access they selected and is redirected back to app
Expand Down
Loading

0 comments on commit 62609b7

Please sign in to comment.