Update an example

This commit is contained in:
Michael Mintz 2024-03-08 14:01:08 -05:00
parent b95e5824bd
commit 5c280099f6
1 changed files with 1 additions and 2 deletions

View File

@ -9,5 +9,4 @@ with SB(uc=True, test=True) as sb:
sb.activate_demo_mode() # See asserts as they happen
sb.assert_element("svg#success-icon")
sb.assert_text("Success!", "span#success-text")
sb.highlight("div#success", loops=8)
sb.sleep(1)
sb.highlight("div#success", loops=10)