Skip to content

Commit

Permalink
add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mbayopanda committed Aug 23, 2020
1 parent e7291f3 commit da50c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/end-to-end/tags/tags.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ function tagsManagementTests() {
await components.notification.hasSuccess();
});

it.skip('should edit tags', async () => {
it('should edit tags', async () => {
await page.editTags('Tag1');
await page.setName('Repaired');
await page.setColor('Jaune');
await page.submit();
await components.notification.hasSuccess();
});

it.skip('should delete the test tags', async () => {
it('should delete the test tags', async () => {
await page.deleteTags('Test tag');
await page.submit();
await components.notification.hasSuccess();
Expand Down

0 comments on commit da50c8d

Please sign in to comment.