Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Høxbro Hansen <simon.hansen@me.com>
  • Loading branch information
philippjfr and hoxbro authored Mar 11, 2024
1 parent 629bf27 commit cb50ac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panel/tests/ui/widgets/test_jsoneditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_json_editor_edit(page):
page.locator('.jsoneditor-string').click()
ctrl_key = 'Meta' if sys.platform == 'darwin' else 'Control'
page.keyboard.press(f'{ctrl_key}+A')
page.keyboard.press('Meta+A')
page.keyboard.press('Backspace')
page.keyboard.type('new')
page.locator('.jsoneditor').click()
Expand Down

0 comments on commit cb50ac1

Please sign in to comment.