Skip to content

Commit

Permalink
LPS-145247 Fix tests due to modified logic for table toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
susanchen3 authored and markocikos committed Jan 13, 2022
1 parent 27b026a commit 8f89622
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -217,7 +217,7 @@ definition {
}

task ("Remove the table") {
TripleClick(locator1 = "CKEditorBalloonEditorSample#TABLE_CELL");
Click(locator1 = "CKEditorBalloonEditorSample#TABLE_CELL");

Click(locator1 = "CKEditor#REMOVE_TABLE_BUTTON");

Expand Down Expand Up @@ -246,7 +246,9 @@ definition {
task ("Assert text edition toolbar appearance when highlighting a text inside the cell") {
TripleClick(locator1 = "CKEditorBalloonEditorSample#TABLE_CELL");

AssertVisible(locator1 = "CKEditor#TOOLBAR_ANY_ITEM_BUTTON");
AssertElementPresent(
key_titleName = "",
locator1 = "CKEditor#TOOLBAR_ANY_ITEM_BUTTON");
}
}

Expand Down

0 comments on commit 8f89622

Please sign in to comment.