Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michenly committed Apr 1, 2022
1 parent 7e74d4e commit 67ecff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default async function testCases({
await page.goto(getServerUrl() + '/config/someDynamicValue');

expect(await page.textContent('#root > div')).toContain(
'{"locale":"en-us","storeDomain":"someDynamicValue-domain","storefrontToken":"someDynamicValue-token","storefrontApiVersion":"someDynamicValue-version"}'
'{"locale":"EN-US", "languageCode":"EN", "storeDomain":"someDynamicValue-domain","storefrontToken":"someDynamicValue-token","storefrontApiVersion":"someDynamicValue-version"}'
);
});

Expand Down

0 comments on commit 67ecff9

Please sign in to comment.