Skip to content

Commit

Permalink
format json added
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Dec 29, 2023
1 parent 76354e7 commit 096e0d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe( 'Verify Wondercart accessibility as per capabilities', () => {
{ failOnNonZeroExit: false }
);
cy.exec(
`npx wp-env run cli wp option set _transient_nfd_site_capabilities '${cTBTrueYithFalse}' --format=json`,
`npx wp-env run cli wp option set _transient_nfd_site_capabilities '${cTBTrueYithFalse}' --format=json`,
{ timeout: customCommandTimeout }
);
cy.reload();
Expand Down

0 comments on commit 096e0d8

Please sign in to comment.