Skip to content

Commit

Permalink
Fix except
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch committed Feb 1, 2024
1 parent 2bab743 commit 0cbae24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_should_render_selectable_data_table(page: Page):

first_row_checkbox.uncheck()
expect(root_checkbox).not_to_be_checked()
expect(first_row_checkbox).to_have_attribute('data-indeterminate', 'true')
expect(root_checkbox).to_have_attribute('data-indeterminate', 'true')

for checkbox in none_root_checkboxes:
checkbox.uncheck()
Expand Down

0 comments on commit 0cbae24

Please sign in to comment.