Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Feb 4, 2025
1 parent 73ece89 commit c5fab86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def step_impl(context):
.until(ec.presence_of_element_located((By.ID, "year_total_0")))
.get_attribute("innerHTML")
)

print(year_to_date_value)
assert year_to_date_value == "0"
assert year_total_row_0_value == "10,000"

Expand Down

0 comments on commit c5fab86

Please sign in to comment.