mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:26:08 +00:00
test(playwright): selector correction
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user