Skip to content

Commit

Permalink
refactor(demo-integrations): refactor and update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Reactiver committed Mar 8, 2023
1 parent a8ddb6b commit 14d8090
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ describe(`RoutableDialog`, () => {
.should(`not.include`, `path/to/dialog`);
});

it(`should open named outlet example`, () => {
it(`should open dialog in named outlet example`, () => {
cy.tuiVisit(`/dialog/routable/NamedOutlet`);

cy.get(`tui-page-2-example button`).click();
cy.findByText(`Open dialog`).click();
cy.tuiWaitKitDialog();
cy.url().should(
`include`,
Expand Down

0 comments on commit 14d8090

Please sign in to comment.