Skip to content

Instantly share code, notes, and snippets.

@jasonong
Created December 18, 2012 21:01
Show Gist options
  • Save jasonong/4331960 to your computer and use it in GitHub Desktop.
Save jasonong/4331960 to your computer and use it in GitHub Desktop.
Check for a disabled link with Capybara + Rspec.
@palexvs
Copy link

palexvs commented Jun 30, 2020

# capybara (3.30.0)

     ArgumentError:
       Invalid option(s) :disabled, should be one of :above, :below, :left_of, :right_of, :near, :count, :minimum, :maximum, :between, :text, :id, :class, :style, :visible, :obscured, :exact, :exact_text, :normalize_ws, :match, :wait, :filter_set, :href, :href, :alt, :title, :download

disabled - is an invalid option for have_link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment