We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd2390 commit 732a493Copy full SHA for 732a493
tests/delete_sketches/test_delete_sketches.py
@@ -7,7 +7,7 @@ class TestDeleteAllSketches(SeleniumTestCase):
7
8
@pytest.mark.requires_url(STAGING_SITE_URL)
9
def test_delete(self, tester_login):
10
- sketches = self.driver.find_elements(By.CSS_SELECTOR, '#project_list > li >a')
+ sketches = self.find_all('#project_list>li .sketch-block-title >a')
11
projects = []
12
for sketch in sketches:
13
projects.append(sketch.text)
0 commit comments