This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) InProgressNotes There are no notes [default] to be within the mismatch tolerance: | |
expected to be within the mismatch tolerance, but received the following comparison results | |
{ | |
"isSameDimensions": false, | |
"misMatchPercentage": 0.83 | |
} | |
running chrome | |
AssertionError: expected to be within the mismatch tolerance, but received the following comparison results | |
{ | |
"isSameDimensions": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* lisp-grammar.y - Lisp Grammar | |
* | |
* Copyright (C) 2007 Ragner Magalhaes | |
* | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation; version 2 of the License only. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* mechanic.js UIAutomation Library | |
* http://cozykozy.com/pages/mechanicjs | |
* | |
* Copyright (c) 2012 Jason Kozemczak | |
* mechanic.js may be freely distributed under the MIT license. | |
* | |
* Includes parts of Zepto.js | |
* Copyright 2010-2012, Thomas Fuchs | |
* Zepto.js may be freely distributed under the MIT license. |