Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mslabek committed Dec 20, 2024
1 parent 962e9c2 commit d259db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions designer/client/cypress/e2e/nodeWindow.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ describe("Node window", () => {
cy.viewport(1600, 800);
});

it("should display periodic source", () => {
it("should display sample-generator source", () => {
cy.visitNewProcess(NAME).as("processName");
cy.contains(/^sources$/)
.should("exist")
.scrollIntoView();
cy.layoutScenario();
cy.get("[data-testid='component:periodic']")
cy.get("[data-testid='component:sample-generator']")
.should("be.visible")
.drag("#nk-graph-main", {
target: {
Expand Down

0 comments on commit d259db6

Please sign in to comment.