Skip to content

Instantly share code, notes, and snippets.

@tchrist
Created August 6, 2012 16:19
Show Gist options
  • Save tchrist/3276100 to your computer and use it in GitHub Desktop.
Save tchrist/3276100 to your computer and use it in GitHub Desktop.
--- a/test/features/topics/app-permission.feature
+++ b/test/features/topics/app-permission.feature
@@ -24,5 +24,5 @@ Feature:
And I type "Hi! #helloworldDisabled" into "statusPost_comment"
And I click element with id "pubButton"
And I wait for the page to load
- Then I should see "#helloworldDisabled" in the "div#feed span.item" element
- And I should not see "#helloworldDisabled" in the "div#feed span.item a" element
+ Then I should see "#helloworldDisabled" in the "div#feed span.feed-item" element
+ And I should not see "#helloworldDisabled" in the "div#feed span.feed-item a" element
@tchrist
Copy link
Author

tchrist commented Aug 6, 2012

--- a/test/features/topics/app-permission.feature
+++ b/test/features/topics/app-permission.feature
@@ -24,5 +24,5 @@ Feature:
And I type "Hi! #helloworldDisabled" into "statusPost_comment"
And I click element with id "pubButton"
And I wait for the page to load

  •    Then I should see "#helloworldDisabled" in the "div#feed span.item" element
    
  •    And I should not see "#helloworldDisabled" in the "div#feed span.item a" element
    
  •    Then I should see "#helloworldDisabled" in the "div#feed span.feed-item" element
    
  •    And I should not see "#helloworldDisabled" in the "div#feed span.feed-item a" element
    

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