mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Removing duplicated tests
Summary: Removing duplicated tests that were moved to grist-core. Test Plan: Existing tests Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D3588
This commit is contained in:
parent
758c87f002
commit
44b4ec7edf
@ -28,7 +28,7 @@ describe("DuplicateDocument", function() {
|
||||
assert.equal(await driver.find('.test-modal-confirm').getAttribute('disabled'), null);
|
||||
|
||||
// Save a copy with a proper name.
|
||||
await gu.completeCopy({destName: 'DuplicateTest1'});
|
||||
await gu.completeCopy({destName: 'DuplicateTest1', destWorkspace: 'Test Workspace'});
|
||||
|
||||
// check the breadcrumbs reflect new document name, and the doc is not empty.
|
||||
assert.equal(await driver.find('.test-bc-doc').value(), 'DuplicateTest1');
|
||||
@ -62,7 +62,7 @@ describe("DuplicateDocument", function() {
|
||||
|
||||
await driver.find('.test-tb-share').click();
|
||||
await driver.find('.test-save-copy').click();
|
||||
await gu.completeCopy({destName: 'DuplicateTest2'});
|
||||
await gu.completeCopy({destName: 'DuplicateTest2', destWorkspace: 'Test Workspace'});
|
||||
urlId = (await gu.getCurrentUrlId())!;
|
||||
|
||||
// check the breadcrumbs reflect new document name, and the doc contains our change.
|
||||
|
@ -14,6 +14,7 @@ describe('ReferenceList', function() {
|
||||
await session.tempDoc(cleanup, 'Favorite_Films.grist');
|
||||
|
||||
await gu.toggleSidePanel('right');
|
||||
await driver.find(".test-right-tab-pagewidget").click();
|
||||
await driver.find('.test-config-data').click();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user