Skip to content

Commit 1e49895

Browse files
committed
fix test
1 parent fa57dcb commit 1e49895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function setDevtoolsEval(page: any) {
2424
window.chrome.devtools.inspectedWindow.eval = function(value, cb){
2525
if (value === "typeof window.Shopify === 'object'") {
2626
return cb(true)
27-
} else if (value === " + document.location.pathname") {
27+
} else if (value === "Shopify.shop + document.location.pathname") {
2828
return cb('shop1.myshopify.io')
2929
}
3030
};

0 commit comments

Comments
 (0)