We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f437cad commit 53c6c38Copy full SHA for 53c6c38
packages/app/cypress/e2e/studio/studio.cy.ts
@@ -551,8 +551,7 @@ describe('studio functionality', () => {
551
552
// update the spec on the file system
553
cy.withCtx(async (ctx) => {
554
- await ctx.actions.file.writeFileInProject('cypress/e2e/spec.cy.js', `
555
-describe('studio functionality', () => {
+ await ctx.actions.file.writeFileInProject('cypress/e2e/spec.cy.js', `describe('studio functionality', () => {
556
it('visits a basic html page', () => {
557
cy.visit('cypress/e2e/index.html')
558
0 commit comments