Skip to content

Commit

Permalink
Small adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed May 25, 2024
1 parent b6f26cf commit b04a58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class ProductManagementEditPage extends BackofficePage {
});
};

checkAllStores = (): void => {
assignAllPossibleStores = (): void => {
this.repository.getGeneralTab().click({ force: true });
this.repository.getAllStockInputs().check();
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class EnableProductForAllStoresScenario {
this.productManagementListPage.visit();
this.productManagementListPage.update({ query: params.abstractProductSku, action: ActionEnum.edit });

this.productManagementEditPage.checkAllStores();
this.productManagementEditPage.assignAllPossibleStores();
this.productManagementEditPage.bulkPriceUpdate(params.productPrice);
this.productManagementEditPage.save();

Expand Down

0 comments on commit b04a58d

Please sign in to comment.