Skip to content

Commit

Permalink
another rules example test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 22, 2018
1 parent 2615dc5 commit 547d88c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/selenium_tests/test_uploads.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,6 @@ def test_rules_example_6_nested_lists(self):

self.rule_builder_set_mapping("url", "J")
self.rule_builder_set_extension("sra")

self.screenshot("rules_example_6_3_initial_rules")
self._scroll_to_end_of_table()
self.screenshot("rules_example_6_3_end_of_table")
self.rule_builder_add_regex_groups("L", 1, "([^\d]+)\d+", screenshot_name="rules_example_6_4_regex")
Expand Down

0 comments on commit 547d88c

Please sign in to comment.