Added in all link bubbles code

This commit is contained in:
Janet Vorobyeva
2023-08-21 16:30:42 -04:00
parent 97a84ce6ee
commit 48a6edae29
3 changed files with 119 additions and 2 deletions

View File

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