mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
12a7059bde
Summary: The bug manifested when multiple grid cells were selected, and then user selected a record in another section that caused the grid to show a different set of rows. Paste would then go into multiple rows even when they are not visibly selected. The test includes some porting of hacks from old browser tests to support copy-pasting. In particular gu.sendKeys() is a useful alternative to driver.find('body').sendKeys() which we've been using to work around driver.sendKeys() limitations, but which apparently causes flakiness with focus. Test Plan: Browser test reproduces the bug before the fix. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2692 |
||
---|---|---|
.. | ||
client | ||
common | ||
gen-server | ||
plugin | ||
server | ||
tsconfig.json |