[Git][noosfero/noosfero][master] 2 commits: Fix random selenium fails when trying to log in

Bráulio Bhavamitra gitlab at mg.gitlab.com
Thu May 5 21:02:32 BRT 2016


Bráulio Bhavamitra pushed to branch master at Noosfero / noosfero


Commits:
bd6da443 by Rafael Reggiani Manzo at 2016-02-20T16:23:31-02:00
Fix random selenium fails when trying to log in

The cause of this issue is still undefined as both steps were leading to
the same page, but with different behaviours.

One possible cause is that clicking the "Login" link should be opening
the log in modal which is not happening. All the taken screenshots are
with the "Login" page displaying. Maybe this is still related to the
previous issues with the selenium click steps addressed by the MRs #780
and #785.

- - - - -
386449a3 by Bráulio Bhavamitra at 2016-05-06T00:02:11+00:00
Merge branch 'fix_random_selenium_fails' into 'master'

Fix random selenium fails when trying to log in

The cause of this issue is still undefined as both steps were leading to
the same page, but with different behaviours.

One possible cause is that clicking the "Login" link should be opening
the log in modal which is not happening. All the taken screenshots are
with the "Login" page displaying. Maybe this is still related to the
previous issues with the selenium click steps addressed by the MRs #780
and #785.

See merge request !794
- - - - -


2 changed files:

- features/login.feature
- features/signup.feature


Changes:

=====================================
features/login.feature
=====================================
--- a/features/login.feature
+++ b/features/login.feature
@@ -109,7 +109,7 @@ Feature: login
     And I am not logged in
     And the environment is configured to redirect to profile homepage after login
     And I go to the homepage
-    And I follow "Login"
+    When I go to login page
     And I fill in the following:
       | Username / Email | joaosilva |
       | Password | 123456 |


=====================================
features/signup.feature
=====================================
--- a/features/signup.feature
+++ b/features/signup.feature
@@ -252,7 +252,7 @@ Feature: signup
     And I press "Apply!"
     And I follow "Logout"
     And Teste da Silva's account is activated
-    And I follow "Login"
+    When I go to login page
     And I fill in "Username / Email" with "teste"
     And I fill in "Password" with "123456"
     And I press "Log in"



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/dc74d7816506eb283c3327e84da758c992c33e34...386449a32fcfcceb519b1041d28b2cc4e96083e9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160506/3d3ca419/attachment-0001.html>


More information about the Noosfero-dev mailing list