Webdriver Automation Plus
=====================================
Description:
Tests the user can save messages then find them in search and Saved items.
Dependencies
How to run
- Install dependencies.
- Navigate to 'pc' folder in terminal of your choice.
- Run pytest.
TODO
- Implement allowing multiple assertions to fail without stopping the test. (It's much more useful to be able to continue if only search fails, for instance.)
Notes:
- This was implemented using python2.7.12 since that's what I had installed, but I think it should still work with python3.x.