Skip to content

Commit

Permalink
fix: Replace tooltip related test reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Nov 14, 2024
1 parent 17f087c commit b149559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests/reuse.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test.describe("Reuse component", () => {
}

const getSelectedComponentId = async (page: Page): Promise<string> => {
return await page.locator('.BuilderSettings .copyText').innerText();
return await page.locator('.BuilderSettings .BuilderCopyText').innerText();
}

const setReuseTarget = async (page: Page, id: string) => {
Expand Down

0 comments on commit b149559

Please sign in to comment.