Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed double quotes copy and paste bug #2202

Merged
merged 11 commits into from
Sep 7, 2022
Prev Previous commit
Next Next commit
Lint fix
  • Loading branch information
amy-morrill committed Sep 6, 2022
commit efe8c7e8187314a91720f3683e0e4713ddae95ca
3 changes: 2 additions & 1 deletion components/dash-table/tests/selenium/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
_ANY = ".dash-spreadsheet"
_TIMEOUT = 10

CMD = Keys.COMMAND if platform.system() == "Darwin" else Keys.CONTROL
CMD = Keys.COMMAND if platform.system() == "Darwin" else Keys.CONTROL


class HoldKeyContext:
@preconditions(_validate_mixin, _validate_key)
Expand Down