ItemFixedPrice #791

Merged
jsegarra merged 27 commits from hotfix_itemFixedPrice into master 2024-12-09 07:05:54 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 477404f00a - Show all commits

View File

@ -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();