Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Bell <scott@traclabs.com>2022-08-09 22:23:00 +0300
committerScott Bell <scott@traclabs.com>2022-08-09 22:23:00 +0300
commitab102a00db252577767607812056dc68390622c5 (patch)
tree21f5e0fc7f325acbb148840daaaab4e64f61a06f
parent02d817bb2b5a41045190076835ab1cf3ac5aeb83 (diff)
-rw-r--r--e2e/tests/functional/moveAndLinkObjects.e2e.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e/tests/functional/moveAndLinkObjects.e2e.spec.js b/e2e/tests/functional/moveAndLinkObjects.e2e.spec.js
index 7b82ae41d..05c37f232 100644
--- a/e2e/tests/functional/moveAndLinkObjects.e2e.spec.js
+++ b/e2e/tests/functional/moveAndLinkObjects.e2e.spec.js
@@ -24,7 +24,7 @@
This test suite is dedicated to tests which verify the basic operations surrounding moving & linking objects.
*/
-const { test, expect } = require('../../../../pluginFixtures');
+const { test, expect } = require('../../pluginFixtures');
test.describe('Move & link item tests', () => {
/**