Skip to content

Commit 847baa7

Browse files
test: MACAE_updated_Locator_send_button
1 parent ea8b266 commit 847baa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e-test/pages/BIAB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ def processing_different_stage(self):
106106
BasePage.approve_plan_by_id(self, plan_id)
107107
self.page.wait_for_timeout(7000)
108108

109-
expect(self.page.locator(self.COMPLETED_TASK)).to_contain_text("completed")
109+
expect(self.page.locator(self.COMPLETED_TASK)).to_contain_text(f"{total_count} of {total_count} completed")
110110

0 commit comments

Comments
 (0)