test: #7679 ItemFixedPrice
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-10-02 22:50:57 +02:00
parent 4a346bd5d0
commit 477404f00a
1 changed files with 3 additions and 3 deletions

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