Apparently running a regex against every element on the page takes 10 seconds. Who knew?
This commit is contained in:
parent
04f8abcf13
commit
b64ba85878
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ Feature: sending and receiving requests
|
||||||
When I sign in as "alice@alice.alice"
|
When I sign in as "alice@alice.alice"
|
||||||
And I am on "bob@bob.bob"'s page
|
And I am on "bob@bob.bob"'s page
|
||||||
|
|
||||||
Then I should not see /^In \d aspects?$/
|
Then I should see "Add to aspect"
|
||||||
Then I should not see "Mention"
|
Then I should not see "Mention"
|
||||||
Then I should not see "Message"
|
Then I should not see "Message"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue