(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:
Jarosław Sadziński
2021-04-29 20:10:01 +02:00
parent 0e22716761
commit 8f008d8de2
3 changed files with 5 additions and 2 deletions

View File

@@ -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();