Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fix warnings and verbose output when starting Webpack Dev Server (#1018)
- Add e2e spec for project remix behaviour in web component (#1020)
- Fix initial value of `user` in `WebComponentLoader` (#1021)
- Make `authKey` in e2e web component spec more realistic (#1022)

## [0.23.0] - 2024-05-09

Expand Down
3 changes: 1 addition & 2 deletions cypress/e2e/spec-wc.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ describe("default behaviour", () => {
});

describe("when load_remix_disabled is true, e.g. in editor-standalone", () => {
// Must match HydraPublicApiClient::BYPASS_AUTH_USER_ID in editor-api
const authKey = "00000000-0000-0000-0000-000000000000";
const authKey = `oidc.user:https://auth-v1.raspberrypi.org:editor-api`;

const user = { access_token: "dummy-access-token" };
const originalIdentifier = "blank-python-starter";
Expand Down