Error appears [WARN] [ERROR] stack : Error: Blocked a frame with origin "https://ip" from accessing a cross
That is very strange situation has happened with my tests. As I understand that is intermittent fail during the run.
I got
[WARN] [ERROR] stack : Error: Blocked a frame with origin "https://ip" from accessing a cross-origin frame.
Here is my harness file config:
harness.configure({
title: 'Test Suite',
pageUrl: '/ui',
scaleToFit: true,
viewportWidth: 1280,
viewportHeight: 1024,
autoCheckGlobals: false,
sandbox: true,
separateContext: true,
breakOnFail: false,
defaultTimeout: 120000,
waitForTimeout: 120000,
isReadyTimeout: 120000,
runCore: 'sequential',
});
Could it be the problem of updating the web driver or not?
The strange is that this issue is disappears after some runs and after another it could be reproduced.