mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Hiding creator panel when raw data page is active.
Summary: Creator panel was showing a header with tabs on Raw Data page. This was broken by forms feature lately. Test Plan: Added Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: georgegevoian Differential Revision: https://phab.getgrist.com/D4179
This commit is contained in:
@@ -32,6 +32,12 @@ describe('RawData', function () {
|
||||
assert.deepEqual(uiTables, tables);
|
||||
});
|
||||
|
||||
it('shows blank creator panel', async function () {
|
||||
await gu.toggleSidePanel('right', 'open');
|
||||
assert.isEmpty(await driver.find('.test-right-panel').getText());
|
||||
await gu.toggleSidePanel('right', 'close');
|
||||
});
|
||||
|
||||
it('shows row counts of all tables', async function () {
|
||||
assert.deepEqual(await getRawTableRows(), [
|
||||
'4,079',
|
||||
|
||||
Reference in New Issue
Block a user