Skip to content

Commit 66e66f8

Browse files
author
sgauruseu
committed
rerun ui-tests with updated app
1 parent 5166308 commit 66e66f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/specs/page-editor/site.with.several.templates.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('site.with.several.templates: click on dropdown handle in Inspection Pa
2828
it(`Precondition 1: new site should be created`,
2929
async () => {
3030
let displayName = contentBuilder.generateRandomName('site');
31-
SITE = contentBuilder.buildSite(displayName, 'description', [appConst.TEST_APPS_NAME.APP_CONTENT_TYPES]);
31+
SITE = contentBuilder.buildSite(displayName, 'description', [appConst.TEST_APPS_NAME.SIMPLE_SITE_APP]);
3232
await studioUtils.doAddSite(SITE);
3333
});
3434

0 commit comments

Comments
 (0)