Skip to content

Commit

Permalink
LPS-116088 Update poshi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victorg1991 committed Jun 25, 2020
1 parent d8446b8 commit 58af9f7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1278,7 +1278,7 @@ definition {
macro viewAutoSaveMessage {
AssertTextEquals.assertPartialText(
locator1 = "PageEditor#AUTOSAVE_MESSAGE",
value1 = "Changes Saved");
value1 = "Saved");
}

macro viewCannotAddFragmentToOutsideOfDropZone {
Expand Down Expand Up @@ -1650,7 +1650,7 @@ definition {

AssertTextEquals.assertPartialText(
locator1 = "PageEditor#AUTOSAVE_MESSAGE",
value1 = "Changes Saved");
value1 = "Saved");
}

}

0 comments on commit 58af9f7

Please sign in to comment.