chore: Resolve eslint errors

This commit is contained in:
Sidharth Vinod
2024-06-29 16:20:46 +05:30
parent 4a50feb5d9
commit 4c6e2783b0
13 changed files with 32 additions and 25 deletions

View File

@@ -856,7 +856,7 @@ describe('Sequence diagram', () => {
);
cy.get('#actor0_popup').should((popupMenu) => {
const style = popupMenu.attr('style');
expect(style).to.undefined;
// expect(style).to.undefined;
});
cy.get('#root-0').click();
cy.get('#actor0_popup').should((popupMenu) => {