Skip to content

Commit

Permalink
Merge branch 'develop' into pw
Browse files Browse the repository at this point in the history
  • Loading branch information
shashwatahalder01 committed Jan 27, 2025
2 parents c7eb7a6 + 86521ba commit b191c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pw/utils/dbData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ export const dbData = {
'product_addon',
'product_advertising',
'product_enquiry',
'product_form_customization',
// 'product_form_customization', // todo: enable after PR is merged
'product_qa',
'product_subscription',
'rank_math',
Expand Down
2 changes: 1 addition & 1 deletion tests/pw/utils/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ export interface productAdvertisement {
};
}

// product form manager
// product form manager

export interface block {
currentLabel: string;
Expand Down

0 comments on commit b191c43

Please sign in to comment.