Skip to content

Commit

Permalink
Update V1 functional test #5487
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed May 15, 2024
1 parent 7d731f3 commit 3e1e823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/survey-creator/testCafe/tests/adorners.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,14 @@ test(`rating add item from property grid`, async (t) => {
.ok()
.expect(Selector(`.sv_q_rating_item_text.item_editable>span`).innerText)
.eql("item1")
.wait(200)
.click(`.svd_question`)
.click(`.sv_q_rating_item_text.item_editable`)
.typeText(`input:focus`, `new item`)
.click(`input:focus+span.svda-edit-button`)
.expect(Selector(`.sv_q_rating_item_text.item_editable>span`).innerText)
.eql("new item")
.wait(200)
.click(`.svd_question`)
.click(`[data-title='Rate Values']`)
.expect(Selector(`input[aria-label~=Text]`).exists)
Expand Down

0 comments on commit 3e1e823

Please sign in to comment.