Skip to content

Commit

Permalink
fixed: After layout adjustments we now use different test-id
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Feb 22, 2024
1 parent 49d469a commit db95d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export const createSelectors = ({ screen, page, within }: Ctx) => {
},
},
panels: {
left: () => screen.getByTestId("panel-left"),
left: () => screen.getByTestId("panel-body-L"),
drawer: () => screen.getByTestId("panel-drawer"),
middle: () => screen.getByTestId("panel-middle"),
middle: () => screen.getByTestId("panel-body-M"),
metadata: () => screen.getByTestId("panel-metadata"),
},
edition: {
Expand Down

0 comments on commit db95d75

Please sign in to comment.