test: enable 'filters by custom value dialog' test case
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2025-05-02 18:02:35 +02:00
parent 88b44614f8
commit 525942fc24
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ describe.skip('OrderCatalog', () => {
searchByCustomTagInput('Silver');
});
it.only('filters by custom value dialog', () => {
it('filters by custom value dialog', () => {
Cypress.on('uncaught:exception', (err) => {
if (err.message.includes('canceled')) {
return false;