Merge pull request 'fix: refs #8602 skip EntryBuys test and add issue reference' (!1809) from 8602-skipTest into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #1809 Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
commit
4fa143ca0e
|
@ -1,5 +1,6 @@
|
||||||
import '../commands.js';
|
import '../commands.js';
|
||||||
describe('EntryBuys', () => {
|
// https://redmine.verdnatura.es/issues/9008
|
||||||
|
describe.skip('EntryBuys', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.viewport(1920, 1080);
|
cy.viewport(1920, 1080);
|
||||||
cy.login('buyer');
|
cy.login('buyer');
|
||||||
|
|
Loading…
Reference in New Issue