test(playwright): selector correction

This commit is contained in:
Pranav C
2026-01-13 07:40:17 +00:00
parent d62f0a1ffe
commit c007c72aeb

View File

@@ -71,7 +71,7 @@ export class ScriptsPage extends BasePage {
}
getBottomBar() {
return this.dashboardPage.get().locator('.h-9.border-t-1');
return this.dashboardPage.get().locator('[data-test-id="script-editor-bottom-bar"]');
}
async toggleEditor(): Promise<void> {