We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c277894 + 655119d commit d6a2320Copy full SHA for d6a2320
tests/test_vaccines.py
@@ -72,7 +72,7 @@ def test_batch_name_too_short(vaccine, page):
72
AddBatchPage(page).confirm()
73
expect(
74
AddBatchPage(page).error_listitem.filter(
75
- has_text="Enter a batch that is more than 2 characters long",
+ has_text="Enter a batch number that is more than 2 characters long",
76
),
77
).to_be_visible()
78
@@ -95,7 +95,7 @@ def test_batch_name_too_long(vaccine, page):
95
96
97
98
- has_text="Enter a batch that is less than 100 characters long",
+ has_text="Enter a batch number that is less than 100 characters long",
99
100
101
0 commit comments