Fix cypress test after InsertZWNBSP->InsertWJ
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: Ia21c27e80507d7be4b44935e0a7dc225ad0f7776
This commit is contained in:
parent
920eef1c37
commit
4c7332f44f
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ describe('Insert formatting mark via insertion wizard.', function() {
|
|||
.should('contain.text', '\u200b');
|
||||
});
|
||||
|
||||
it('Insert no-width no break.', function() {
|
||||
cy.contains('.menu-entry-with-icon', 'No-width No Break')
|
||||
it('Insert word joiner.', function() {
|
||||
cy.contains('.menu-entry-with-icon', 'Word Joiner')
|
||||
.click();
|
||||
|
||||
writerHelper.selectAllTextOfDoc();
|
||||
|
|
Loading…
Reference in a new issue