Skip to content
Snippets Groups Projects
Commit 48d3039a authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette/console] updated tests

parent 15fab2d9
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ export function getShutDownServerButton(window: Page): Locator {
* Locator to select the Console View
*/
export function getConsoleView(window: Page): Locator {
return window.locator(".CodeMirror");
return window.locator(".cm-global-box");
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment