Morgan Feeney

Results 22 comments of Morgan Feeney

Currently, in Safari Technology Preview, this pen: http://codepen.io/philipwalton/pen/BNrGwN no longer demonstrates the bug.

Hi @DudaGod , what if the id is dynamic? For example I have hundreds of files, I don't want to maintain many tests which are identical apart from the URL...

Hi, I have a bit of JS which does the trick: ```js gemini.suite('My account', (suite) => { suite.setUrl('/templates/my-account/account-summary.html') .before(function(actions, find) { actions.executeJS(function() { var style = document.createElement('style'); var head =...

Thanks, I have a couple of questions if you don't mind ;) - Has this ever been an issue before? I expect this to be a recurring problem for lots...

I am still concerned about the scrollbars being an issue for others, I've now solved this problem but had to create a solution. Is there any documentation explaining the issue,...

@withinsight, I now use Backstop JS. By default this issue is non-existent.

OK, I will see for myself and let you know of anything. Many thanks!

@bruk1977 I know you previously mentioned increasing tolerance, have you tried this — did it help?I've had some visual diffs that are failed due to subtle differences between pixel colours...

@bruk1977 : 10. I know it isn't recommended but when the only diffs are antialiased pixels, that are false negatives, what else can you do?