fix(core): update
This commit is contained in:
@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user