Add a scenario to ensure that a push creates an event in the activity page
We should write a scenario that ensures that a push creates an event in the activity page.
The scenario should:
- Creates a project
- Push a commit to the project
- Visit the
Activity->Push eventspage - Assert that an event for the push appears in this page
This is one part of gitlab-org/gitlab-qa#53 (moved).