We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa57dcb commit 1e49895Copy full SHA for 1e49895
test/test-helpers.ts
@@ -24,7 +24,7 @@ export function setDevtoolsEval(page: any) {
24
window.chrome.devtools.inspectedWindow.eval = function(value, cb){
25
if (value === "typeof window.Shopify === 'object'") {
26
return cb(true)
27
- } else if (value === " + document.location.pathname") {
+ } else if (value === "Shopify.shop + document.location.pathname") {
28
return cb('shop1.myshopify.io')
29
}
30
};
0 commit comments