mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Select all functionality by clicking the upper left margin corner
Summary: Select all functionality by clicking the upper left margin corner Test Plan: Browser test created Reviewers: dsagal, paulfitz Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2793
This commit is contained in:
@@ -728,7 +728,6 @@ export async function addNewTable() {
|
||||
await waitForServer();
|
||||
}
|
||||
|
||||
|
||||
// Add a new page using the 'Add New' menu and wait for the new page to be shown.
|
||||
export async function addNewPage(typeRe: RegExp, tableRe: RegExp, summarize?: RegExp[]) {
|
||||
const url = await driver.getCurrentUrl();
|
||||
|
||||
Reference in New Issue
Block a user