Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mercury_editor
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
mercury_editor
Commits
173d55fa
Commit
173d55fa
authored
Nov 15, 2024
by
Justin Toupin
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3484999
: Fix Cypress Tests - breaking on malformed data-uuid attribute
parent
f0fe2180
No related branches found
No related tags found
4 merge requests
!113
Added tab icon. Fix component menu so that it works correctly without specific...
,
!92
#3492298: Entity browsers won't close.
,
!89
#3489988: Update sidebar toggle.
,
!73
Update cypress-mercury-editor npm package
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/cypress/package-lock.json
+4
-4
4 additions, 4 deletions
tests/cypress/package-lock.json
tests/cypress/package.json
+1
-1
1 addition, 1 deletion
tests/cypress/package.json
with
5 additions
and
5 deletions
tests/cypress/package-lock.json
+
4
−
4
View file @
173d55fa
...
...
@@ -9,7 +9,7 @@
"version"
:
"1.0.0"
,
"license"
:
"ISC"
,
"dependencies"
:
{
"cypress-mercury-editor"
:
"^0.0.2
6
"
"cypress-mercury-editor"
:
"^0.0.2
8
"
},
"devDependencies"
:
{
"cypress"
:
"^13.6.0"
,
...
...
@@ -578,9 +578,9 @@
}
},
"node_modules/cypress-mercury-editor"
:
{
"version"
:
"0.0.2
6
"
,
"resolved"
:
"https://registry.npmjs.org/cypress-mercury-editor/-/cypress-mercury-editor-0.0.2
6
.tgz"
,
"integrity"
:
"sha512-
NkHHHu+PMBgV3lRrQnpHzk9ft0IUcA6BVdccKpmalkJkrofQVolVseqCE2SPs6zSYQXb4QqItm/+E8tXkpwe7
Q=="
,
"version"
:
"0.0.2
8
"
,
"resolved"
:
"https://registry.npmjs.org/cypress-mercury-editor/-/cypress-mercury-editor-0.0.2
8
.tgz"
,
"integrity"
:
"sha512-
RtxmVI4YwyiAXTXhJD6awxlYW657VtbNMaZblvgXsZsEFI/Sv8S0ronPm03Wln1Fd9fjJoqxRmhHKI6MCDcVy
Q=="
,
"dependencies"
:
{
"cypress-iframe"
:
"^1.0.1"
}
...
...
...
...
This diff is collapsed.
Click to expand it.
tests/cypress/package.json
+
1
−
1
View file @
173d55fa
...
...
@@ -15,6 +15,6 @@
"cypress-iframe"
:
"^1.0.1"
},
"dependencies"
:
{
"cypress-mercury-editor"
:
"^0.0.2
6
"
"cypress-mercury-editor"
:
"^0.0.2
8
"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment