Skip to content

Commit

Permalink
Wait for closed modal
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Oct 18, 2024
1 parent b4e7d3c commit fd1c7d6
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 fd1c7d6

Please sign in to comment.