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