Skip to content

Commit c9938b1

Browse files
committed
chore: unbreak series/add-comment/logic test by waiting for a value.
Correction for e777cbe commit. Relate to #1410
1 parent e777cbe commit c9938b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/robotframework/series/add-comment/logic.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add a comment
1111
Input Text id:comment A comment
1212
Submit Form id:add-comment-form
1313
Wait Until Page Does Not Contain id:add-comment-form
14-
Element Text Should Be id:comment A comment
14+
Wait Until Element Value Is comment A comment
1515

1616
*** Keywords ***
1717
Before Test Suite

0 commit comments

Comments
 (0)