mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
Remove debugging print statements
This commit is contained in:
parent
10fecaca38
commit
1e4d250a15
1 changed files with 1 additions and 3 deletions
|
|
@ -33,7 +33,6 @@ Then /^I should see the bold text "([^\"]*)" in the project description$/ do |bo
|
|||
response.should have_xpath(xpath)
|
||||
bold_text = response.selenium.get_text("xpath=#{xpath}")
|
||||
|
||||
puts "bt=#{bold_text}"
|
||||
bold_text.should =~ /#{bold}/
|
||||
end
|
||||
|
||||
|
|
@ -43,6 +42,5 @@ Then /^I should see the italic text "([^\"]*)" in the project description$/ do |
|
|||
response.should have_xpath(xpath)
|
||||
italic_text = response.selenium.get_text("xpath=#{xpath}")
|
||||
|
||||
puts "it=#{italic_text}"
|
||||
italic_text.should =~ /#{italic}/
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue