Skip to content

Commit

Permalink
Functional Tests : Enable Tests after #280
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Oct 3, 2024
1 parent 5b312ca commit b995162
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,9 @@ test.describe('Wishlist module - Statistics tab settings', () => {
expect(pageTitle).toContain(modBlockwishlistBoStatistics.pageTitle);
});

// @todo : https://github.com/PrestaShop/PrestaShop/issues/33374
test('should click on the refresh button', async () => {
await utilsTest.addContextItem(test.info(), 'testIdentifier', 'clickOnRefreshButton', baseContext);

test.skip(true, 'https://github.com/PrestaShop/PrestaShop/issues/33374');

await modBlockwishlistBoStatistics.refreshStatistics(page);

// Check statistics
Expand Down

0 comments on commit b995162

Please sign in to comment.