Skip to content

Commit

Permalink
remove .only()
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarko committed Mar 6, 2024
1 parent 21810fe commit e43996b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test.beforeEach(async ({ editor }) => {
await editor.open();
});

test.describe.only("Add edge waypoint - Information Requirement", () => {
test.describe("Add edge waypoint - Information Requirement", () => {
test.beforeEach(async ({ palette, nodes }) => {
await palette.dragNewNode({ type: NodeType.INPUT_DATA, targetPosition: { x: 100, y: 100 } });
await nodes.dragNewConnectedNode({
Expand Down

0 comments on commit e43996b

Please sign in to comment.