Skip to content
Snippets Groups Projects
Commit 90741c88 authored by Robert Schilling's avatar Robert Schilling
Browse files

Merge pull request #7814 from cirosantilli/test-typo

Typo it -> its.
parents 3fdccd53 b65a2d07
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,7 +13,7 @@ Feature: Project Browse files
 
Scenario: I browse file content
Given I click on ".gitignore" file in repo
Then I should see it content
Then I should see its content
 
Scenario: I browse raw file
Given I visit blob file from repo
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@ class ProjectBrowseFiles < Spinach::FeatureSteps
click_link ".gitignore"
end
 
step 'I should see it content' do
step 'I should see its content' do
page.should have_content "*.rbc"
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment