Skip to content

Commit

Permalink
#2490 Unskip a working test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed Jun 26, 2024
1 parent dbf1328 commit d66c8c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('Single Skill and Catalog Tests', () => {
cy.createSubject(1, 1);
});

it.skip('show IMPORTED badge on performed skills table', () => {
it('show IMPORTED badge on performed skills table', () => {
cy.createSkill(1, 1, 1);
cy.createSkill(1, 1, 2);
cy.createSkill(1, 1, 3);
Expand Down

0 comments on commit d66c8c1

Please sign in to comment.