Closed Spoffy closed 1 week ago
Took a quick look at this PR. A few notes.
test/gristWebDriverUtils.ts
has become weird. It is supposed to be a copy of an asset in grist-core
:
/**
* Utilities that simplify writing browser tests against Grist, which
* have only mocha-webdriver as a code dependency. Separated out to
* make easier to borrow for grist-widget repo.
*
* If you are seeing this code outside the grist-core repo, please don't
* edit it, it is just a copy and local changes will prevent updating it
* easily.
*/
It looks pretty out of date with grist-core
today, so I thought about copying over the latest version. BUT it looks like there have been local changes to the file. For example the focusOnCell
method. These should either be added upstream, or in GristUtils
in test/getGrist.ts
.
Copying a file across is of course lame.
✅ Deploy Preview for boisterous-sunburst-a5c941 ready!
Toggle QR Code...
Use your smartphone camera to open QR code link.
To edit notification comments on pull requests, go to your Netlify site configuration.