mirror of
https://github.com/enso-org/enso.git
synced 2024-12-20 20:51:41 +03:00
497884aa62
- Close https://github.com/enso-org/cloud-v2/issues/1612 - Disable opening projects on cloud.enso.org. - This is because this functionality is currently not ready # Important Notes None
18 lines
631 B
TypeScript
18 lines
631 B
TypeScript
/** @file Test the "change password" modal. */
|
|
// import * as test from '@playwright/test'
|
|
|
|
// import * as actions from './actions'
|
|
|
|
// FIXME[sb]: https://github.com/enso-org/cloud-v2/issues/1615
|
|
// Uncomment once cloud execution in the browser is re-enabled.
|
|
// test.test('create project from template', ({ page }) =>
|
|
// actions
|
|
// .mockAllAndLogin({ page })
|
|
// .openStartModal()
|
|
// .createProjectFromTemplate(0)
|
|
// .do(async (thePage) => {
|
|
// await test.expect(actions.locateEditor(thePage)).toBeAttached()
|
|
// await test.expect(actions.locateSamples(page).first()).not.toBeVisible()
|
|
// }),
|
|
// )
|