mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
tweak a date test that can occasionally fail (#592)
A date test was noted to fail, with a formula intended for a cell ending up in the column header. This may help. Entering formulas reliably requires waiting for a particular focus state.
This commit is contained in:
parent
bc599916f5
commit
71c6537c49
@ -391,6 +391,7 @@ describe('Dates.ntest', function() {
|
||||
await gu.clickCellRC(0, 1);
|
||||
await gu.sendKeys([$.ALT, '=']);
|
||||
await gu.waitForServer();
|
||||
await gu.waitAppFocus(false);
|
||||
await gu.sendKeys("Diff", $.ENTER);
|
||||
await gu.waitForServer();
|
||||
await gu.sendKeys('=');
|
||||
|
Loading…
Reference in New Issue
Block a user