We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abde365 commit 11b8e91Copy full SHA for 11b8e91
1 file changed
e2e/tests/nodeDetailsPanel.spec.ts
@@ -58,7 +58,7 @@ test.describe("Node details panel tests", () => {
58
})
59
60
61
- test.only(`Validate copy functionality for node inside node details panel and verify with api`, async () => {
+ test(`Validate copy functionality for node inside node details panel and verify with api`, async () => {
62
const api = new ApiCalls();
63
const response = await api.getProject(FLASK_GRAPH);
64
0 commit comments