protractor-screenshot-reporter icon indicating copy to clipboard operation
protractor-screenshot-reporter copied to clipboard

trace: [Error: Failed expectation] on Passed

Open kuroiokami opened this issue 10 years ago • 0 comments

I'm getting Error failed Expectation in the console even though it has passed. Currently using the some default config options on the npm page

{ type: 'expect', matcherName: 'toEqual', passed_: true, expected: 'http://www.google.com', actual: 'http://www.google.com', message: 'Passed.', trace: [Error: Failed expectation] }

kuroiokami avatar Jul 07 '14 15:07 kuroiokami