From 706bff530f839d3ffe72ef015dc4e9dbe419289c Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 27 Jul 2017 23:42:59 +0545 Subject: [PATCH] Unskip login redirect test for issue 28129 --- tests/ui/features/other/login.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ui/features/other/login.feature b/tests/ui/features/other/login.feature index c69c68fb9b97..b9b058f5cf01 100644 --- a/tests/ui/features/other/login.feature +++ b/tests/ui/features/other/login.feature @@ -22,7 +22,6 @@ Feature: login When I login with username "admin" and password "admin" after a redirect from the "personal general settings" page Then I should be redirected to a page with the title "Settings - ownCloud" - @skip @entering-the-wrong-password-breaks-the-redirect-issue-28129 Scenario: access the personal general settings page when not logged in using incorrect then correct password Given I go to the personal general settings page Then I should be redirected to a page with the title "ownCloud"