boersmamarcel / challengesplatform

Challenges platform
MIT License
9 stars 2 forks source link

Cucumber cleanup #337

Open bcleenders opened 11 years ago

bcleenders commented 11 years ago

There are a lot of steps, including a lot of doubles.

For example, there are about 10 steps available for clicking a link/button. That could be a single step...

This makes the steps a bit of a mess, and deserves a bit of a refactor.