Skip to content
Snippets Groups Projects
Commit d349514d authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-7160: fix role order test

parent 56269073
No related branches found
No related tags found
2 merge requests!83ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...,!81ISTWCMS-7160 Make existing Codeception tests pass
......@@ -24,8 +24,11 @@ class WcmsTestsRoleOrderCest {
// Go to roles page and ensure roles in correct order.
$i->amOnPage('admin/people/roles');
$i->click('Show row weights');
$i->seeOptionIsSelected('#edit-entities-uw-role-content-editor-weight', '4');
$i->seeOptionIsSelected('#edit-entities-uw-role-content-author-weight', '5');
$i->seeOptionIsSelected('#edit-entities-uw-role-website-lead-weight', '2');
$i->seeOptionIsSelected('#edit-entities-uw-role-site-owner-weight', '3');
$i->seeOptionIsSelected('#edit-entities-uw-role-site-manager-weight', '4');
$i->seeOptionIsSelected('#edit-entities-uw-role-content-editor-weight', '5');
$i->seeOptionIsSelected('#edit-entities-uw-role-content-author-weight', '6');
// Go to role settings page and ensure roles in correct order.
$i->amOnPage('admin/people/role-settings');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment