Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d3db545

Browse files
committed
Unskip UI test
1 parent f132c11 commit d3db545

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/UI/campaigns/functional/BO/01_dashboard/02_activityOverview.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,17 +731,14 @@ describe('BO - Dashboard : Activity overview', async () => {
731731
expect(pageTitle).to.eq(boDashboardPage.pageTitle);
732732
});
733733

734-
// @todo : https://github.com/PrestaShop/PrestaShop/issues/37033
735734
it('should update the form', async function () {
736735
await testContext.addContextItem(this, 'testIdentifier', 'checkFormActivityOverview', baseContext);
737736

738737
const isConfigureFormVisible = await boDashboardPage.clickOnConfigureActivityOverviewLink(page);
739738
expect(isConfigureFormVisible).to.eq(true);
740739

741-
this.skip();
742-
743740
const numActiveCarts = parseInt(await boDashboardPage.getFormActivityOverviewValue(page, 'active_cart'), 10);
744-
expect(numActiveCarts).to.equals(45);
741+
expect(numActiveCarts).to.equals(30);
745742

746743
const numOnlineVisitor = parseInt(await boDashboardPage.getFormActivityOverviewValue(page, 'online_visitor'), 10);
747744
expect(numOnlineVisitor).to.equals(45);

0 commit comments

Comments
 (0)