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.
2 parents b0b6b28 + 8877a82 commit 5825af8Copy full SHA for 5825af8
tests/e2e-test/pages/HomePage.py
@@ -55,7 +55,7 @@ def upload_unsupported_files(self):
55
def validate_translate(self):
56
self.page.locator(self.TRANSLATE_BTN).click()
57
expect(self.page.locator(self.DOWNLOAD_FILES)).to_be_enabled(timeout=200000)
58
- self.page.locator(self.SUMMARY).click()
+ self.page.locator(self.SUMMARY).nth(1).click()
59
expect(self.page.locator(self.FILE_PROCESSED_MSG)).to_be_visible()
60
self.page.wait_for_timeout(3000)
61
0 commit comments