Skip to content

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:

  1. Creates a project
  2. Push a commit to the project
  3. Visit the Activity -> Push events page
  4. Assert that an event for the push appears in this page

This is one part of gitlab-org/gitlab-qa#53 (moved).