Skip to content

Commit

Permalink
LRQA-66151 Update test to make it work on content page
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanlf authored and brianchandotcom committed Mar 25, 2021
1 parent c1d9574 commit 0694fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ definition {
}

macro addPG {
DMNavigator.gotoAddDocumentTypePG(dmDocumentTypeName = "External Video Shortcut");
DMNavigator.gotoAddDocumentTypePG(
contentPage = "${contentPage}",
dmDocumentTypeName = "External Video Shortcut");

Type(
key_text = "Video URL",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ definition {
Navigator.gotoPage(pageName = "Test Content Page Name");

VideoShortcut.addPG(
contentPage = "true",
extractedVideoShortcutTitle = "Liferay Digital Experience Platform",
videoShortcutDescription = "Video Shortcut Description",
videoShortcutPreview = "https://www.youtube.com",
Expand Down

0 comments on commit 0694fa2

Please sign in to comment.