Skip to content

Commit

Permalink
Merge pull request #11171 from OlegZharkov/more_markers
Browse files Browse the repository at this point in the history
[21.01] add more markers for screenshooting
  • Loading branch information
jmchilton committed Jan 18, 2021
2 parents 8a974b8 + 1130204 commit 8804837
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/galaxy_test/selenium/test_tool_form.py
@@ -1,5 +1,7 @@
import json

import pytest

from galaxy.selenium.navigates_galaxy import retry_call_during_transitions
from galaxy_test.base import rules_test_data
from galaxy_test.base.populators import (
Expand Down Expand Up @@ -183,6 +185,8 @@ def test_run_apply_rules_4(self):
@selenium_test
@managed_history
@skip_if_github_down
@pytest.mark.gtn_screenshot
@pytest.mark.local
def test_run_apply_rules_tutorial(self):
self.home()
self.upload_rule_start()
Expand Down
6 changes: 6 additions & 0 deletions lib/galaxy_test/selenium/test_uploads.py
Expand Up @@ -213,6 +213,8 @@ def test_rules_example_3_list_pairs(self):
self.screenshot("rules_example_3_14_paired_identifier_set")

@selenium_test
@pytest.mark.gtn_screenshot
@pytest.mark.local
def test_rules_example_4_accessions(self):
# http://www.uniprot.org/uniprot/?query=proteome:UP000052092+AND+proteomecomponent:%22Genome%22
self._setup_uniprot_example()
Expand Down Expand Up @@ -245,6 +247,8 @@ def test_rules_example_4_accessions(self):
rule_builder.view_source.wait_for_visible()

@selenium_test
@pytest.mark.gtn_screenshot
@pytest.mark.local
def test_rules_example_5_matching_collections(self):
self._setup_uniprot_example()
self.screenshot("rules_example_5_1_inputs")
Expand Down Expand Up @@ -273,6 +277,8 @@ def test_rules_example_5_matching_collections(self):
self.screenshot("rules_example_5_9_mapping")

@selenium_test
@pytest.mark.gtn_screenshot
@pytest.mark.local
def test_rules_example_6_nested_lists(self):
self.home()
self.perform_upload(self.get_filename("rules/PRJNA355367.tsv"))
Expand Down

0 comments on commit 8804837

Please sign in to comment.