jhobs created this task.
jhobs assigned this task to dduvall.
jhobs added a subscriber: jhobs.
jhobs changed Security from none to none.
TASK DESCRIPTION
The following code within a step definition fails, raising an exception with
the message TODO. The element referenced does not exist on the page, so since
it is within a pending block, it should pass (unless I'm misunderstanding the
use cases of pending).
```
pending do
on(HomePage) { |page| expect(page.big_image_element).to be_visible }
end
```
After taking a look at the StrictPending module within Selenium, it seems
likely this is actually a Cucumber bug (since no todo statements are found),
but it would be nice to have a workaround.
TASK DETAIL
https://phabricator.wikimedia.org/T600
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign
<username>.
To: dduvall, jhobs
Cc: wikibugs-l, jhobs
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l