Skip to content

Commit fa65ee7

Browse files
committed
update
1 parent 41b21b5 commit fa65ee7

40 files changed

+158
-259
lines changed

cypress/e2e/paths/backend/catalog/categories.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.catalog.categories
1+
const route = cy.testRoutes.backend.catalog.categories
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/catalog/products.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.catalog.products
1+
const route = cy.testRoutes.backend.catalog.products
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/catalog/search.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.catalog.search
1+
const route = cy.testRoutes.backend.catalog.search
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/catalog/sitemap.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.catalog.sitemap
1+
const route = cy.testRoutes.backend.catalog.sitemap
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/catalog/urlrewrites.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.catalog.urlrewrite
1+
const route = cy.testRoutes.backend.catalog.urlrewrite
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/cms/block.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.cms.block
1+
const route = cy.testRoutes.backend.cms.block
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/cms/page.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.cms.page
1+
const route = cy.testRoutes.backend.cms.page
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/cms/widget.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.cms.widget
1+
const route = cy.testRoutes.backend.cms.widget
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/customer/group.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.customers.groups
1+
const route = cy.testRoutes.paths.backend.customers.groups
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

cypress/e2e/paths/backend/customer/manage.cy.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import {paths} from "../../../../support/paths";
2-
import {validation} from "../../../../support/validation";
3-
4-
const route = paths.backend.customers.manage
1+
const route = cy.testRoutes.paths.backend.customers.manage
52

63
describe(`Checks admin system "${route.h3}"`, () => {
74
beforeEach('Log in the user', () => {

0 commit comments

Comments
 (0)