• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

keathley / wallaby / 1101 / 11
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 10 Jan 2019 11:38PM UTC
Files 34
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Jan 2019 11:19PM UTC coverage: 40.946% (+3.8%) from 37.136%
WALLABY_DRIVER=selenium WALLABY_SELENIUM_VERSION=3

push

travis-ci

keathley
Add selected condition to query (#402)

Description
===========

Adds a `selected` condition to queries. This should only work with
options, radio buttons, and checkboxes (since it uses
`Element.selected?/1` underneath).

The usage is similar to the `visible` option for a query function: e.g.
`Query.css("selector", selected: true)`. The default case, when neither
`selected: true` nor `selected: false` is passed sets the condition to
`:any`. In this way, if neither `true` nor `false` are specified, the
query will return both selected and unselected elements.

The error message was also updated to include the notion of whether
selected or unselected elements were being searched for.

355 of 867 relevant lines covered (40.95%)

9175.29 hits per line

Source Files on job 1101.11 (WALLABY_DRIVER=selenium WALLABY_SELENIUM_VERSION=3)
  • Tree
  • List 0
  • Changed 11
  • Source Changed 3
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1078
  • Travis Job 1101.11
  • df73d76f on github
  • Prev Job for WALLABY_DRIVER=selenium WALLABY_SELENIUM_VERSION=3 on master (#1099.10)
  • Next Job for WALLABY_DRIVER=selenium WALLABY_SELENIUM_VERSION=3 on master (#1104.12)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc