enso/app/gui/integration-test/dashboard/startModal.spec.ts
somebody1234 497884aa62
Disable opening projects in the browser (#11760)
- 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
2024-12-05 08:28:41 +00:00

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()
// }),
// )