mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Added in all link bubbles code
This commit is contained in:
@@ -36,7 +36,7 @@ describe('Views.ntest', function() {
|
||||
// Check that viewsection titles are correct and editable
|
||||
var recordTitle = recordSection.find('.test-viewsection-title');
|
||||
assert.equal(await recordTitle.text(), 'TABLE1');
|
||||
await recordTitle.click();
|
||||
await recordSection.find('.test-viewsection-blank').click(); //switch to recordSection without opening title widget
|
||||
await gu.renameActiveSection('foo');
|
||||
assert.equal(await recordTitle.text(), 'foo');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user