Skip to content

Commit a5d8009

Browse files
committed
Remove type declaration from file
1 parent 4b46deb commit a5d8009

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

cypress/support/commands.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,3 @@ Cypress.Commands.addAll({
2121
cy.get(".mx_IconizedContextMenu_optionList").contains("All settings").click();
2222
},
2323
});
24-
25-
declare global {
26-
namespace Cypress {
27-
interface Chainable {
28-
/**
29-
* Custom command to go to All Settings view in element web.
30-
*/
31-
gotoAllSettings(): Chainable<Element>;
32-
}
33-
}
34-
}
35-
36-
export { };

0 commit comments

Comments
 (0)