This commit is contained in:
parent
4a346bd5d0
commit
477404f00a
|
@ -1,12 +1,12 @@
|
||||||
/* ==== Test Created with Cypress Studio ==== */
|
/// <reference types="cypress" />
|
||||||
describe('Worker Create', () => {
|
describe('Handle Items FixedPrice', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.viewport(1280, 720);
|
cy.viewport(1280, 720);
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
cy.visit('/#/item/fixed-price', { timeout: 5000 });
|
cy.visit('/#/item/fixed-price', { timeout: 5000 });
|
||||||
cy.waitForElement('.q-table');
|
cy.waitForElement('.q-table');
|
||||||
});
|
});
|
||||||
it('start', function () {
|
it('Create and delete', function () {
|
||||||
cy.get(
|
cy.get(
|
||||||
'.q-header > .q-toolbar > :nth-child(1) > .q-btn__content > .q-icon'
|
'.q-header > .q-toolbar > :nth-child(1) > .q-btn__content > .q-icon'
|
||||||
).click();
|
).click();
|
||||||
|
|
Loading…
Reference in New Issue