Skip to content

Commit 5825af8

Browse files
test: codemod-fix for locator
2 parents b0b6b28 + 8877a82 commit 5825af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-test/pages/HomePage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def upload_unsupported_files(self):
5555
def validate_translate(self):
5656
self.page.locator(self.TRANSLATE_BTN).click()
5757
expect(self.page.locator(self.DOWNLOAD_FILES)).to_be_enabled(timeout=200000)
58-
self.page.locator(self.SUMMARY).click()
58+
self.page.locator(self.SUMMARY).nth(1).click()
5959
expect(self.page.locator(self.FILE_PROCESSED_MSG)).to_be_visible()
6060
self.page.wait_for_timeout(3000)
6161

0 commit comments

Comments
 (0)