Skip to content

Commit

Permalink
Merge pull request #120 from plone/robottest-wait-condition
Browse files Browse the repository at this point in the history
robottest fix: wait for closed modal
  • Loading branch information
petschki authored Oct 19, 2024
2 parents b4e7d3c + fd1c7d6 commit b786750
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plone/schemaeditor/tests/robot/test_fields.robot
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ I delete field
# Then

the overlay is closed

Get Element Count //div[contains(@class,"modal-wrapper")] should be 0
Wait For Condition Element Count //div[contains(@class,"modal-wrapper")] == 0 timeout=5s

the new Content Type is created
[Arguments] ${CONTENT_TYPE_NAME}
Expand Down

0 comments on commit b786750

Please sign in to comment.