mobify / nightwatch-commands

A set of Mobify specific custom commands for Nightwatch.js
60 stars 18 forks source link

Fixing waitForCondition to check undefined instead of truthy #5

Closed scalvert closed 10 years ago

scalvert commented 10 years ago

Updates to fix waitForCondition that caused failures when the condition included falsy values.

Status: Opened for visibility

Reviewers: @kbingman

Changes

kbingman commented 10 years ago

:+1: