Add a new scenario to test basic Wiki functionalities
This will automatize the Wiki operations
part of https://docs.google.com/spreadsheets/d/15AtBb6s2p_HvtUe5G9GUSc2ngt69X8dO-418zMuT4us/edit?ts=5b07999b#gid=0.
- Create a project
- Access its wiki
- Create a page
- Access the newly created page => assert that the page is created and contains the expected content
- Modify the page => assert that the change is visible
Further improvements / Second iteration:
- Clone the wiki
- Modify the page locally
- Push the change
- Visit the wiki page => assert that the change is visible