Skip to content

Commit

Permalink
change capability variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha-nayak committed Dec 29, 2023
1 parent 98fce6e commit 2220c17
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ describe( 'Verify Wondercart accessibility as per capabilities', () => {
} );

const cTBTrueYithFalse = JSON.stringify( {
...cTBAndYithTrue,
"canAccessAI": true,
"canAccessHelpCenter": true,
"canAccessGlobalCTB": true,
"hasEcomdash": false,
"hasYithExtended": false,
"isEcommerce": false,
"isJarvis": true,
} );

before( () => {
Expand Down

0 comments on commit 2220c17

Please sign in to comment.