Skip to content

Commit 53c6c38

Browse files
authored
test: (studio) fix test (#32286)
1 parent f437cad commit 53c6c38

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/app/cypress/e2e/studio/studio.cy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,7 @@ describe('studio functionality', () => {
551551

552552
// update the spec on the file system
553553
cy.withCtx(async (ctx) => {
554-
await ctx.actions.file.writeFileInProject('cypress/e2e/spec.cy.js', `
555-
describe('studio functionality', () => {
554+
await ctx.actions.file.writeFileInProject('cypress/e2e/spec.cy.js', `describe('studio functionality', () => {
556555
it('visits a basic html page', () => {
557556
cy.visit('cypress/e2e/index.html')
558557

0 commit comments

Comments
 (0)