fix(core): update

This commit is contained in:
2020-06-01 20:20:57 +00:00
parent 7f146b547f
commit fe4dd5c1ee
2 changed files with 41 additions and 1 deletions

View File

@ -24,7 +24,7 @@ tap.test('should produce a valid screenshot', async tools => {
tap.test('should evalute something in the browser', async () => {
const result = await testSmartBrowser.evaluateOnPage('https://lossless.com', async () => {
return 'hi';
return window.location.toString();
});
console.log(result);
});