Skip to content

Commit

Permalink
Attempt to fix UI unit tests
Browse files Browse the repository at this point in the history
Can't get the tests to run locally, so this is dry-coded.
  • Loading branch information
guill committed Jan 29, 2024
1 parent 1f01866 commit b9455c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests-ui/tests/groupNode.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ describe("group node", () => {
new CustomEvent("executed", {
detail: {
node: `${nodes.save.id}`,
display_node: `${nodes.save.id}`,
output: {
images: [
{
Expand Down Expand Up @@ -483,6 +484,7 @@ describe("group node", () => {
new CustomEvent("executed", {
detail: {
node: `${group.id}:5`,
display_node: `${group.id}:5`,
output: {
images: [
{
Expand Down

0 comments on commit b9455c6

Please sign in to comment.