mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
break long line
This commit is contained in:
parent
b2d8412020
commit
7f7bf61b4b
@ -194,7 +194,8 @@ describe("AccessRules3", function() {
|
||||
await driver.findContentWait('.grist-floating-menu li', /FinancialsTable/, 3000).click();
|
||||
fin = findTable(/FinancialsTable/);
|
||||
assert.deepEqual(await getRules(fin),
|
||||
[{ formula: 'rec.Unreal == 1', perm: '-R-U-C-D', res: 'All', memo: 'memo1', error: 'Invalid columns: Unreal'},
|
||||
[{ formula: 'rec.Unreal == 1', perm: '-R-U-C-D', res: 'All', memo: 'memo1',
|
||||
error: 'Invalid columns: Unreal' },
|
||||
{ formula: 'user.Access in [OWNER]', perm: '+R+U+C+D', res: 'All' },
|
||||
{ formula: 'Everyone Else', perm: '', res: 'All' }]);
|
||||
assert.equal(await hasExtraAdd(fin), false);
|
||||
|
Loading…
Reference in New Issue
Block a user