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 ea8b266 commit 847baa7Copy full SHA for 847baa7
tests/e2e-test/pages/BIAB.py
@@ -106,5 +106,5 @@ def processing_different_stage(self):
106
BasePage.approve_plan_by_id(self, plan_id)
107
self.page.wait_for_timeout(7000)
108
109
- expect(self.page.locator(self.COMPLETED_TASK)).to_contain_text("completed")
+ expect(self.page.locator(self.COMPLETED_TASK)).to_contain_text(f"{total_count} of {total_count} completed")
110
0 commit comments