Skip to content

Instantly share code, notes, and snippets.

View hs025828's full-sized avatar

hs025828

  • Cerner
  • Kansas City
View GitHub Profile
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,
@hs025828
hs025828 / lisp.y
Created May 15, 2014 18:25
Lisp bison grammar.
/*
* 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.
*/
@hs025828
hs025828 / gist:6225530
Last active December 21, 2015 01:09
Appium/Mechanic NULL/Junk element fix.
/*
* 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.