test: enable 'filters by custom value dialog' test case
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
88b44614f8
commit
525942fc24
|
@ -34,7 +34,7 @@ describe.skip('OrderCatalog', () => {
|
||||||
searchByCustomTagInput('Silver');
|
searchByCustomTagInput('Silver');
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('filters by custom value dialog', () => {
|
it('filters by custom value dialog', () => {
|
||||||
Cypress.on('uncaught:exception', (err) => {
|
Cypress.on('uncaught:exception', (err) => {
|
||||||
if (err.message.includes('canceled')) {
|
if (err.message.includes('canceled')) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue