mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add tip for calendar widget configuration
Summary: The tip is shown in the creator panel, in the subtab that lists the column mapping configuration for the calendar widget. The panel now automatically opens the first time a calendar widget is added to a page (via the Add New menu). Test Plan: Manual. Reviewers: JakubSerafin Reviewed By: JakubSerafin Subscribers: JakubSerafin, jarek Differential Revision: https://phab.getgrist.com/D4047
This commit is contained in:
@@ -7,7 +7,7 @@ import {server, setupTestSuite} from "test/nbrowser/testUtils";
|
||||
import {serveSomething} from "test/server/customUtil";
|
||||
import {EnvironmentSnapshot} from "test/server/testUtils";
|
||||
|
||||
describe('attachedCustomWidget NotepadWidget', function () {
|
||||
describe('AttachedCustomWidget', function () {
|
||||
this.timeout(20000);
|
||||
const cleanup = setupTestSuite();
|
||||
let oldEnv: EnvironmentSnapshot;
|
||||
@@ -84,7 +84,7 @@ describe('attachedCustomWidget NotepadWidget', function () {
|
||||
it('should not ask for permission', async () => {
|
||||
await gu.addNewSection(/Calendar/, /Table1/, {selectBy: /TABLE1/});
|
||||
await gu.getSection('TABLE1 Calendar').click();
|
||||
await gu.toggleSidePanel('right', 'open');
|
||||
await gu.waitForSidePanel();
|
||||
await driver.find('.test-right-tab-pagewidget').click();
|
||||
|
||||
await gu.waitForServer();
|
||||
Reference in New Issue
Block a user