You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Check the 'Combo list' view on site home as a whole
693
+
Then "<selector>""css_element" should exist in the "#frontpage-category-combo""css_element"
694
+
And I click on "<selector>""css_element" in the "#frontpage-category-combo""css_element"
695
+
And ".modal-dialog""css_element" should be visible
696
+
And I click on ".modal-dialog .btn-close""css_element"
697
+
# Check a subcategory in the 'Combo list' view on site home
698
+
And I reload the page
699
+
And I click on ".info""css_element" in the "#frontpage-category-combo > .course_category_tree > .content > .subcategories > .category.with_children:nth-child(3) > .content > .subcategories > .category.with_children""css_element"
700
+
And "<selector>""css_element" should exist in the "#frontpage-category-combo > .course_category_tree > .content > .subcategories > .category.with_children:nth-child(3) > .content > .subcategories > .category.with_children""css_element"
701
+
And I click on "<selector>""css_element" in the "#frontpage-category-combo > .course_category_tree > .content > .subcategories > .category.with_children:nth-child(3) > .content > .subcategories > .category.with_children""css_element"
702
+
And ".modal-dialog""css_element" should be visible
703
+
And I click on ".modal-dialog .btn-close""css_element"
704
+
# Check the 'Enrolled courses' view on site home
705
+
And I reload the page
706
+
And "<selector>""css_element" should exist in the "#frontpage-course-list""css_element"
707
+
And I click on "<selector>""css_element" in the "#frontpage-course-list""css_element"
708
+
And ".modal-dialog""css_element" should be visible
709
+
And I click on ".modal-dialog .btn-close""css_element"
710
+
# Check the 'List of courses' view on site home
711
+
And I reload the page
712
+
And "<selector>""css_element" should exist in the "#frontpage-available-course-list""css_element"
713
+
And I click on "<selector>""css_element" in the "#frontpage-available-course-list""css_element"
714
+
And ".modal-dialog""css_element" should be visible
715
+
And I click on ".modal-dialog .btn-close""css_element"
716
+
# Check the categoriy overview page of a category without subcategories
717
+
And I am on the "CATA" category page
718
+
Then "<selector>""css_element" should exist in the ".course_category_tree""css_element"
719
+
And I click on "<selector>""css_element" in the ".course_category_tree""css_element"
720
+
And ".modal-dialog""css_element" should be visible
721
+
And I click on ".modal-dialog .btn-close""css_element"
722
+
# Check the categoriy overview page of a category with subcategories
723
+
And I am on the "CATB" category page
724
+
Then "<selector>""css_element" should exist in the ".course_category_tree""css_element"
725
+
And I click on "<selector>""css_element" in the ".course_category_tree""css_element"
726
+
And ".modal-dialog""css_element" should be visible
727
+
And I click on ".modal-dialog .btn-close""css_element"
728
+
And I reload the page
729
+
And I click on ".info""css_element" in the ".course_category_tree > .content > .subcategories > .category.with_children""css_element"
730
+
And "<selector>""css_element" should exist in the ".course_category_tree > .content > .subcategories > .category.with_children""css_element"
731
+
And I click on "<selector>""css_element" in the ".course_category_tree > .content > .subcategories > .category.with_children""css_element"
732
+
And ".modal-dialog""css_element" should be visible
733
+
And I click on ".modal-dialog .btn-close""css_element"
0 commit comments