Reviewed: https://reviews.mahara.org/8837 Committed: https://git.mahara.org/mahara/mahara/commit/c6cc09a91fbae9569572fd529b695df2f8fdd692 Submitter: Robert Lyon ([email protected]) Branch: master
commit c6cc09a91fbae9569572fd529b695df2f8fdd692 Author: Steven Spinelli <[email protected]> Date: Wed May 9 15:13:15 2018 +1200 Bug 1755578: Updated behat test making more human readable 2nd file Change-Id: I260176f0c8f39886335b0a9bfdd69a4c57e23f15 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1755578 Title: behat test for verify user menu elements Status in Mahara: Fix Committed Bug description: Update Existing Behat feature file ------------------------------------ Existing behat feature: Site_content > menu_navigation.feature Scenario: User verify all elements are displayed in the user menu Given I log in as "UserA" with password "Kupuh1pa!" When I expand "User menu" # New Step Def required <I should see link that links to page> Then I should see "user name" link that links to "User view" page And I should see "Settings" link that links to "Settings" page And I should see "Unread message count" link that links to "Inbox | Notifications" page # New Step Def required <Logs user out and displays login Page> And I should see "Logout" link that Logs user out and displays "login" page When I expand "Settings" Then I should see "Settings" link that links to "Settings" page And I should see "Legal" link that links to "Legal" page And I should see "Notifications" link that links to "Notifications" page To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1755578/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

