chore: add task comment
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
18d4661bc3
commit
1d3feef1e7
|
@ -53,7 +53,8 @@ describe('VnLocation', () => {
|
|||
cy.waitForElement('.q-card');
|
||||
cy.get(inputLocation).click();
|
||||
});
|
||||
it.skip('Show all options', function () {
|
||||
// https://redmine.verdnatura.es/issues/8436
|
||||
it('Show all options', function () {
|
||||
cy.get(locationOptions).should('have.length.at.least', 5);
|
||||
});
|
||||
it('input filter location as "al"', function () {
|
||||
|
|
Loading…
Reference in New Issue