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

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

Build:
DEFAULT BRANCH: master
Ran 10 Jan 2019 11:25PM UTC
Files 34
Run time 4s
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: 60.554% (+4.0%) from 56.577%
WALLABY_DRIVER=phantom

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.

525 of 867 relevant lines covered (60.55%)

15212.79 hits per line

Source Files on job 1101.6 (WALLABY_DRIVER=phantom)
  • Tree
  • List 0
  • Changed 17
  • Source Changed 3
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1078
  • Travis Job 1101.6
  • df73d76f on github
  • Prev Job for WALLABY_DRIVER=phantom on master (#1099.4)
  • Next Job for WALLABY_DRIVER=phantom on master (#1104.5)
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