wlsf82 / gather-codecademy

Full stack web application project for Codecademy's PRO course of TDD
MIT License
1 stars 1 forks source link

user visits #3

Open Axkaban opened 6 years ago

Axkaban commented 6 years ago

I'm curious about why did you need https://github.com/wlsf82/gather-codecademy/blob/master/test/features/user-visits-single-item-test.js#L7 beforeEach if you coul've gotten away with just browser.url, .setValue, and Cick.

Overall 200 ok pass! Congratulations!

wlsf82 commented 6 years ago

Just in case of new tests that need the same setup.