Update selector for run and advance

pull/6294/head
Jeremy Tuloup 4 years ago
parent 3a9278b429
commit 8b60f2162f

@ -6,9 +6,7 @@ import { IJupyterLabPageFixture } from '@jupyterlab/galata';
export async function runAndAdvance(
page: IJupyterLabPageFixture
): Promise<void> {
await page.click(
"//button[normalize-space(@title)='Run the selected cells and advance']"
);
await page.click(".jp-Toolbar-item [data-icon='ui-components:run']");
}
/**

Loading…
Cancel
Save