Skip to content

Commit

Permalink
Update constants.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKorzh committed Aug 5, 2024
1 parent 0cb8697 commit 04766e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/actions/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
WAIT_OPTS = [None]
SELECTORS = ("nothing", "tr.td::attr(something)")
CLICK_OPTS = [None]
HAR_RECORDING = [False, True]
HAR_RECORDING = [None]


def __gen_nav_opts():
Expand Down

0 comments on commit 04766e3

Please sign in to comment.