Skip to content

Commit

Permalink
@releng fix ui test for sp 6.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bpauli committed Apr 15, 2021
1 parent 8afde66 commit 11e0c6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ window.CQ.CoreComponentsIT.Page.v1 = window.CQ.CoreComponentsIT.Page.v1 || {}
.assert.exist("coral-taglist[name='./cq:tags'] coral-tag:contains('" + tag2 + "')")

// delete a tag
.click("coral-taglist[name='./cq:tags'] coral-tag:contains('" + tag2 + "') > button")
.click("coral-taglist[name='./cq:tags'] coral-tag:contains('" + tag2 + "') button")
.assert.exist("coral-taglist[name='./cq:tags'] coral-tag:contains('" + tag2 + "')", false)

// set the Hide in Navigation
Expand Down

0 comments on commit 11e0c6c

Please sign in to comment.