Skip to content

Commit

Permalink
fixes add node test
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Jan 20, 2024
1 parent 3f05593 commit 840ea96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ suite("Extension Test Suite", () => {

await eventually(async () => {
const elements = await webviewTestingCommand("$$", {
selector: ".actions-menu > .action-button:nth-child(1)",
selector: ".nodes-library .view-all button",
});

assert(
Expand All @@ -54,7 +54,7 @@ suite("Extension Test Suite", () => {
});

await webviewTestingCommand("click", {
selector: ".actions-menu > .action-button:nth-child(1)",
selector: ".nodes-library .view-all button",
});

await eventually(async () => {
Expand Down

0 comments on commit 840ea96

Please sign in to comment.