Skip to content

Commit

Permalink
fixed E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich committed Sep 12, 2024
1 parent e756e53 commit bf9e7da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ describe('Can describe resource', { testIsolation: 'off', tags: ['@explorer2', '
slideIn.checkExists();
slideIn.checkVisible();
slideIn.closeButton().click();
slideIn.checkNotExists();
slideIn.checkNotVisible();
});
});

0 comments on commit bf9e7da

Please sign in to comment.