Skip to content

Commit

Permalink
test: deleting doesn't happen immediately so add a sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
jkozol committed Aug 15, 2022
1 parent dc3bfd5 commit e728c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify/check-wizard
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class TestWizard(composerlib.ComposerCase):
b.click("button[data-testid='delete-image']")
b.wait_visible("#cmpsr-modal-delete")
b.click("#cmpsr-modal-delete button:contains('Delete image')")
time.sleep(1)
b.wait_text("h2", "No images")

# collect code coverage result
Expand Down

2 comments on commit e728c76

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have requested the builder permissions for the @osbuild/cockpit-composer Copr project.

Please confirm the request on the @osbuild/cockpit-composer Copr project permissions page and retrigger the build by a /packit build pull-request commentor click on a Re-run button.

@jkozol
Copy link
Collaborator Author

@jkozol jkozol commented on e728c76 Aug 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/packit build

Please sign in to comment.