Skip to content

Commit

Permalink
LRQA-59142 Initialize event before clicking move icon
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingye authored and brianchandotcom committed Jun 4, 2020
1 parent cfc4106 commit 1009dd3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,8 @@ definition {
macro moveToFolderPG {
var key_dmDocumentTitle = "${dmDocumentTitle}";

WaitForLiferayEvent.initializeLiferayEventLog();

if (isSet(bulkSelection)) {
AssertTextEquals(
locator1 = "ManagementBar#NAVBAR_TEXT",
Expand Down

0 comments on commit 1009dd3

Please sign in to comment.