mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Add appearance parameter to override theme preferences (#620)
This commit is contained in:
@@ -675,7 +675,7 @@ async function openMenu(tableId: string) {
|
||||
}
|
||||
|
||||
async function waitForRawData() {
|
||||
await driver.findWait('.test-raw-data-list', 1000);
|
||||
await driver.findWait('.test-raw-data-list', 2000);
|
||||
await gu.waitForServer();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user