Skip to content

Commit 64724ac

Browse files
Add indentation
1 parent 70a582d commit 64724ac

File tree

1 file changed

+10
-10
lines changed
  • src/Umbraco.Tests.AcceptanceTest/cypress/integration/Content

1 file changed

+10
-10
lines changed

src/Umbraco.Tests.AcceptanceTest/cypress/integration/Content/content.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,9 @@ context('Content', () => {
644644
.withAllowAsRoot(true)
645645
.withDefaultTemplate(alias)
646646
.addGroup()
647-
.addRichTextProperty()
648-
.withAlias('text')
649-
.done()
647+
.addRichTextProperty()
648+
.withAlias('text')
649+
.done()
650650
.done()
651651
.build();
652652

@@ -656,8 +656,8 @@ context('Content', () => {
656656
.withContentTypeAlias(generatedDocType["alias"])
657657
.withAction('saveNew')
658658
.addVariant()
659-
.withName(viewMacroName)
660-
.withSave(true)
659+
.withName(viewMacroName)
660+
.withSave(true)
661661
.done()
662662
.build();
663663

@@ -728,18 +728,18 @@ context('Content', () => {
728728
.withAllowAsRoot(true)
729729
.withDefaultTemplate(alias)
730730
.addGroup()
731-
.addCustomProperty(dataType['id'])
732-
.withAlias('grid')
733-
.done()
731+
.addCustomProperty(dataType['id'])
732+
.withAlias('grid')
733+
.done()
734734
.done()
735735
.build();
736736

737737
cy.saveDocumentType(docType).then((generatedDocType) => {
738738
const contentNode = new ContentBuilder()
739739
.withContentTypeAlias(generatedDocType["alias"])
740740
.addVariant()
741-
.withName(name)
742-
.withSave(true)
741+
.withName(name)
742+
.withSave(true)
743743
.done()
744744
.build();
745745

0 commit comments

Comments
 (0)