Skip to content

Commit

Permalink
Fix displayed scripts selector
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaShepa committed Apr 25, 2021
1 parent 89b0ff0 commit 154a862
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e_tests/common/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def load(self):

@property
def all_script_links(self):
return self.browser.find_elements_by_css_selector("a.collection-item")
return self.browser.find_elements_by_css_selector("a.collection-item.script-list-item")

def get_script_link_by_name(self, name):
try:
Expand Down
6 changes: 6 additions & 0 deletions src/e2e_tests/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[pytest]

log_cli = 1
log_cli_level = INFO
log_cli_format = %(asctime)s %(levelname)8s %(message)s
log_cli_date_format=%Y-%m-%d %H:%M:%S

0 comments on commit 154a862

Please sign in to comment.