Skip to content

Commit

Permalink
fix: Flakiness in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Sep 22, 2023
1 parent 586648b commit 9eedee2
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/menu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def on_click():
ipywidgets_runner(kernel_code)

# For some reason flake8 thinks that full_page is not used
full_page = page_session.locator(".v-application-wrap") # Ignore: F841
full_page = page_session.locator("#app").first # Ignore: F841
text_el = page_session.locator(".test-class-menu")
expect(text_el).to_contain_text("pre-test")
activator_button = page_session.locator("text=activator")
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9eedee2

Please sign in to comment.