Challenge: Log In
Work through a challenge to test your understanding of feature layer testing.
We'll cover the following...
Problem statement
You’re given the following scenario:
Press + to interact
Scenario: I log into my accountGiven I already have an accountBut I am logged outWhen I log into the applicationThen I should see a welcome message
Write the step ...