mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Showing workspace selector on duplicate document popup
Summary: Duplicate document popup wasn't offering workspace selection for personal orgs. Also, when workspace was removed, the URL wasn't updated which left user with an error page `workspace not found`. Test Plan: Updated Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D4031
This commit is contained in:
@@ -202,7 +202,6 @@ describe("DuplicateDocument", function() {
|
||||
await driver.find('.test-copy-dest-org .test-select-open').click();
|
||||
await driver.findContent('.test-select-menu li', 'Personal').click();
|
||||
await gu.waitForServer();
|
||||
assert.equal(await driver.find('.test-copy-dest-workspace').isPresent(), false);
|
||||
assert.equal(await driver.find('.test-copy-warning').isPresent(), false);
|
||||
assert.equal(await driver.find('.test-modal-confirm').getAttribute('disabled'), null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user