chore: disable recorder UI test

This commit is contained in:
Ankush Menat 2022-06-27 13:56:08 +05:30
parent d26dbc1b7d
commit 786d52f6f9

View file

@ -1,4 +1,4 @@
context('Recorder', () => {
context.skip('Recorder', () => {
before(() => {
cy.login();
});