Skip to content

Commit 8a2d873

Browse files
author
Oleg Valiulin
committed
remove login idiom
1 parent 05bbd9d commit 8a2d873

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/cypress/e2e/actions_objects2/case_copy_frame_filename.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Cypress.automation('remote:debugger:protocol', {
1616

1717
context('Copy frame filename in job', () => {
1818
before(() => {
19-
cy.visit('/auth/login');
20-
cy.login();
2119
cy.openTaskJob(taskName);
2220
});
2321
beforeEach(() => {

0 commit comments

Comments
 (0)