XMLWordPrintable

    • MOODLE_31_STABLE
    • MOODLE_29_STABLE, MOODLE_30_STABLE
    • wip-mdl-52347
    • Hide

      Do multiple run of behat scenarios:

      /course/format/social/tests/behat/social_adjust_discussion_count.feature:99
      /course/format/social/tests/behat/social_adjust_discussion_count.feature:108
      /mod/forum/tests/behat/discussion_navigation.feature:32
      /completion/tests/behat/teacher_manual_completion.feature:7
      /message/tests/behat/display_history.feature:24
      

      Show
      Do multiple run of behat scenarios: /course/format/social/tests/behat/social_adjust_discussion_count.feature:99 /course/format/social/tests/behat/social_adjust_discussion_count.feature:108 /mod/forum/tests/behat/discussion_navigation.feature:32 /completion/tests/behat/teacher_manual_completion.feature:7 /message/tests/behat/display_history.feature:24

      Here are my failures from the full run on fast HDD (using Mysql). First one was already repoerted as MDL-50710, I can't find others. They all may randomly pass on re-run, except for the last one, which is always there

      01. "Concept1" text was found in the "AutoGlossaryblock" element
          In step `And I should not see "Concept1" in the "AutoGlossaryblock" "block"'. # behat_general::assert_element_not_contains_text()
          From scenario `View random (last) entry in the glossary with auto approval'.  # /home/marina/repositories/mysql_master/moodle/blocks/glossary_random/tests/behat/glossary_random.feature:32
          Of feature `Random glossary entry block is used in a course'.                 # /home/marina/repositories/mysql_master/moodle/blocks/glossary_random/tests/behat/glossary_random.feature
       
      02. "This is forum post one" text was not found in the page
          In step `Then I should see "This is forum post one"'.                                                   # behat_general::assert_page_contains_text()
          From scenario `When number of discussions is decreased to less than 1 only 1 discussion should appear'. # /home/marina/repositories/mysql_master/moodle/course/format/social/tests/behat/social_adjust_discussion_count.feature:99
          Of feature `Change number of discussions displayed'.                                                    # /home/marina/repositories/mysql_master/moodle/course/format/social/tests/behat/social_adjust_discussion_count.feature
       
      03. "This is forum post nine" text was not found in the page
          In step `And I should see "This is forum post nine"'.                                                   # behat_general::assert_page_contains_text()
          From scenario `When number of discussions is increased more discussions appear'.                        # /home/marina/repositories/mysql_master/moodle/course/format/social/tests/behat/social_adjust_discussion_count.feature:108
          Of feature `Change number of discussions displayed'.                                                    # /home/marina/repositories/mysql_master/moodle/course/format/social/tests/behat/social_adjust_discussion_count.feature
       
      04. "Discussion 2" text was found in the page
          In step `And I should not see "Discussion 2"'.                                                          # behat_general::assert_page_not_contains_text()
          From scenario `A user can navigate between discussions'.                                                # /home/marina/repositories/mysql_master/moodle/mod/forum/tests/behat/discussion_navigation.feature:32
          Of feature `A user can navigate to previous and next discussions'.                                      # /home/marina/repositories/mysql_master/moodle/mod/forum/tests/behat/discussion_navigation.feature
       
      05. "Status: Complete" text was not found in the page
          In step `And I should see "Status: Complete"'.                                                          # behat_general::assert_page_contains_text()
          From scenario `Mark a student as complete using the completion report'.                                 # /home/marina/repositories/mysql_master/moodle/completion/tests/behat/teacher_manual_completion.feature:7
          Of feature `Allow teachers to manually mark users as complete when configured'.                         # /home/marina/repositories/mysql_master/moodle/completion/tests/behat/teacher_manual_completion.feature
       
      06. "Message 1 from user1 to user2" text was found in the page
          In step `And I should not see "Message 1 from user1 to user2"'.                                         # behat_general::assert_page_not_contains_text()
          From scenario `View sent messages'.                                                                     # /home/marina/repositories/mysql_master/moodle/message/tests/behat/display_history.feature:24
          Of feature `Message history displays correctly'.                                                        # /home/marina/repositories/mysql_master/moodle/message/tests/behat/display_history.feature
       
      07. Element not found with xpath, (//html/.//*[self::input | self::textarea | self::select][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')][(((./@id = 'New name for tag Cat' or ./@name = 'New name for tag Cat') or ./@id = //label[contains(normalize-space(string(.)), 'New name for tag Cat')]/@for) or ./@placeholder = 'New name for tag Cat')] | .//label[contains(normalize-space(string(.)), 'New name for tag Cat')]//.//*[self::input | self::textarea | self::select][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')])[1]
          
          Unable to locate element: {"method":"xpath","selector":"(//html/.//*[self::input | self::textarea | self::select][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')][(((./@id = 'New name for tag Cat' or ./@name = 'New name for tag Cat') or ./@id = //label[contains(normalize-space(string(.)), 'New name for tag Cat')]/@for) or ./@placeholder = 'New name for tag Cat')] | .//label[contains(normalize-space(string(.)), 'New name for tag Cat')]//.//*[self::input | self::textarea | self::select][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')])[1]"}
          For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
          Build info: version: '2.45.0', revision: '5017cb8', time: '2015-02-26 23:59:50'
          System info: host: 'marina-desktop', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-68-generic', java.version: '1.7.0_80'
          Driver info: driver.version: unknown
          In step `And I press key "13" in the field "New name for tag Cat"'.                                     # behat_forms::i_press_key_in_the_field()
          From scenario `Renaming the tag using quick edit field on tag manage page'.                             # /home/marina/repositories/mysql_master/moodle/tag/tests/behat/edit_tag.feature:134
          Of feature `Users can edit tags to add description or rename'.                                          # /home/marina/repositories/mysql_master/moodle/tag/tests/behat/edit_tag.feature
      

            marina Marina Glancy
            marina Marina Glancy
            Rajesh Taneja Rajesh Taneja
            David Monllaó David Monllaó
            Mark Nelson Mark Nelson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.