This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
# abridged | |
feature "Home Page" do | |
background do | |
@session.header 'Accept', 'text/html' | |
end | |
scenario 'Accessing the home page' do | |
visit('/') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="floatingbar"> | |
<ul> | |
<li><a href="#" onClick="CollapsibleLists.expand(true)">Expand All</a></li> | |
<li><a href="#" onClick="CollapsibleLists.expand(false)">Collapse All</a></li> | |
</ul> | |
</div> |
OlderNewer