FjolleJagt / kbhff_selenium_tests

2 stars 1 forks source link

Login Flow Test 2 and 3 #24

Closed cleborys closed 5 years ago

cleborys commented 5 years ago

"Given that I'm an unverified user without password (I was signed up via member-help) When I try to log into kbhff.local Then I'm taken to 'Bekræft din konto' and I receive an email reminding me to verify my account And Given that I have opened a duplicate of the browser tab When, in either of the identical browser tabs, I paste/type the code from the email correctly into the form field in 'Bekræft din konto' and submit Then I'm taken to the ""Opret adgangskode"" page And When I create a valid password and submit Then I'm shown a receipt (/bliv-medlem/bekraeft/kvittering) And When I click the link to the login page Then I'm taken to the login page with the username field pre-filled And When, in the remaining browser tab, I again paste/type the code from the email correctly into the form field in 'Bekræft din konto' and submit Then I'm taken to the login page with the username pre-filled and an ""already verified"" message"

https://docs.google.com/spreadsheets/d/1h9GUMKm5OnuXAdeGd7p84FoyC_VHH2FrTGHAf6-HQus/edit#gid=3

cleborys commented 5 years ago

Also include test three in this issue, same duplicate tab behavior:

"Given that I'm an unverified user without password (I was signed up via member-help) When I try to log into kbhff.local Then I'm taken to 'Bekræft din konto' and I receive an email reminding me to verify my account When I paste/type the code from the email correctly into the form field in 'Bekræft din konto' Then I'm taken to the ""Opret adgangskode"" page And Given that I have opened a duplicate of the browser tab When, in either of the identical browser tabs, I create a valid password and submit Then I'm shown a receipt (/bliv-medlem/bekraeft/kvittering) And When I click the link to the login page Then I'm taken to the login page with the username field pre-filled And When, in the remaining browser tab, I create a different valid password and submit Then I'm taken to the login page with the username pre-filled and an ""already has password"" message"

cleborys commented 5 years ago

Closed by #26 and #25.