Skip to content

Commit

Permalink
Fix StudioPlaywrightPage
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeyer2115 committed Sep 21, 2023
1 parent 5445ad4 commit 9a4e672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/infra/StudioPlaywrightPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class StudioPlaywrightPage {
name: "Remove Element",
});

this.livePreviewButton = page.getByRole("link", {
this.livePreviewButton = page.getByRole("button", {
name: "Live Preview",
});

Expand Down

0 comments on commit 9a4e672

Please sign in to comment.