By moving the team_page.first_member_username access to occur before click_first_profile_image() is called, we avoid a potential issue where the wrapper() method defined in page_object.py, which decorates the property, calls into _verify_page() and raises a WrongPageError.
common ------ This directory contains common code shared between LMS and CMS, such as Mako templates, CSS, and Coffescript.