Skip to content

Commit

Permalink
do not test built-in discopane (#9031)
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Dec 9, 2019
1 parent 4017418 commit 497b9eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/ui/tests/test_discopane.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ def incorrect_disco_url(firefox_options):
return firefox_options


@pytest.mark.nondestructive
def test_discopane_error_loads(incorrect_disco_url, selenium, open_discopane):
"""Test that the error alert shows."""
discovery_pane = open_discopane
assert discovery_pane.is_error_alert_displayed


@pytest.mark.nondestructive
def test_discopane_loads(discovery_pane):
"""Test that discovery pane loads."""
Expand Down

0 comments on commit 497b9eb

Please sign in to comment.