mirror of
https://github.com/enso-org/enso.git
synced 2024-11-21 16:36:59 +03:00
Workaround stuck CI
This commit is contained in:
parent
f3176377b5
commit
74313842ba
@ -12,7 +12,9 @@ electronTest('Create new project', async ({ page }) => {
|
||||
// We see the node type and visualization, so the engine is running the program
|
||||
await expect(page.locator('.node-type')).toHaveText('Table', { timeout: 30000 })
|
||||
await expect(page.locator('.TableVisualization')).toBeVisible({ timeout: 30000 })
|
||||
await expect(page.locator('.TableVisualization')).toContainText('Welcome To Enso!')
|
||||
await expect(page.locator('.TableVisualization')).toContainText('Welcome To Enso!', {
|
||||
timeout: 30000,
|
||||
})
|
||||
|
||||
// We can add new node and see suggestions.
|
||||
await page.locator('.GraphNode').click()
|
||||
|
Loading…
Reference in New Issue
Block a user