Skip to content

Instantly share code, notes, and snippets.

@samhemelryk
Created November 7, 2014 11:06
Show Gist options
  • Save samhemelryk/0a3edb0a7afffe1eab2b to your computer and use it in GitHub Desktop.
Save samhemelryk/0a3edb0a7afffe1eab2b to your computer and use it in GitHub Desktop.
Firefox + PgSQL + Linux - 3 fails
01. Link matching locator "You are subscribed to this discussion. Click to unsubscribe." in the "Test post subject one" "table_row"" not found.
In step `Then "You are subscribed to this discussion. Click to unsubscribe." "link" should exist in the "Test post subject one" "table_row"'. # behat_general::should_exist_in_the()
From scenario `An optional forum prompts a user to subscribe to a discussion when posting unless they have already chosen not to subscribe'. # /var/www/integration/mod/forum/tests/behat/discussion_subscriptions.feature:201
Of feature `A user can control their own subscription preferences for a discussion'. # /var/www/integration/mod/forum/tests/behat/discussion_subscriptions.feature
02. Link matching locator "You are subscribed to this discussion. Click to unsubscribe." in the "Test post subject one" "table_row"" not found.
In step `Then "You are subscribed to this discussion. Click to unsubscribe." "link" should exist in the "Test post subject one" "table_row"'. # behat_general::should_exist_in_the()
From scenario `An automatic forum prompts a user to subscribe to a discussion when posting unless they have already chosen not to subscribe'. # /var/www/integration/mod/forum/tests/behat/discussion_subscriptions.feature:237
Of feature `A user can control their own subscription preferences for a discussion'. # /var/www/integration/mod/forum/tests/behat/discussion_subscriptions.feature
03. Xpath matching locator "//*[contains(@class, 'answeroption')]//img[contains(@src, 'pluginfile.php')]" not found.
In step `And "//*[contains(@class, 'answeroption')]//img[contains(@src, 'pluginfile.php')]" "xpath_element" should exist'. # behat_general::should_exist()
From scenario `questions with images in answers and responses'. # /var/www/integration/mod/lesson/tests/behat/questions_images.feature:7
Of feature `In a lesson activity, teacher can add embedded images in questions answers and responses'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment