Skip to content

Commit 11b8e91

Browse files
committed
Update nodeDetailsPanel.spec.ts
1 parent abde365 commit 11b8e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/tests/nodeDetailsPanel.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test.describe("Node details panel tests", () => {
5858
})
5959

6060

61-
test.only(`Validate copy functionality for node inside node details panel and verify with api`, async () => {
61+
test(`Validate copy functionality for node inside node details panel and verify with api`, async () => {
6262
const api = new ApiCalls();
6363
const response = await api.getProject(FLASK_GRAPH);
6464

0 commit comments

Comments
 (0)