Skip to content

Commit

Permalink
LPS-137955 Clean up other test to use global test site
Browse files Browse the repository at this point in the history
  • Loading branch information
john-co committed Sep 13, 2021
1 parent 8922de6 commit cae3f23
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -87,11 +87,9 @@ definition {
test CanAddHyperlinkToExistingText {
property portal.acceptance = "true";

JSONGroup.addGroup(groupName = "Test Site Name");

JSONWebcontent.addWebContent(
content = "Test Link",
groupName = "Test Site Name",
groupName = "WYSIWYG Site Name",
title = "Test Web Content");

WebContentNavigator.openWebContentAdmin(siteURLKey = "test-site-name");
Expand Down Expand Up @@ -318,7 +316,7 @@ definition {
@priority = "4"
@refactorneeded
test CanEditTextInPreviewSourceContent {
property portal.acceptance = "true";
property portal.upstream = "quarantine";

JSONWebcontent.addWebContent(
content = "",
Expand Down

0 comments on commit cae3f23

Please sign in to comment.