Bug 1034559

Summary: org.zanata.feature.project.EditMaintainersTest regression
Product: [Retired] Zanata Reporter: Damian Jansen <djansen>
Component: Component-LogicAssignee: Damian Jansen <djansen>
Status: CLOSED WORKSFORME QA Contact: Zanata-QA Mailling List <zanata-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: developmentCC: zanata-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-07 04:02:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Damian Jansen 2013-11-26 06:16:30 UTC
Description of problem:
org.zanata.feature.project.EditMaintainersTest.addMaintainer 
org.zanata.feature.project.EditMaintainersTest.dontRemoveMaintainer
org.zanata.feature.project.EditMaintainersTest.removeMaintainer

These three tests fail due to some unforeseen behaviour of the form.
The tests pass when performed manually, so have been set to ignore for now.

Version-Release number of selected component (if applicable):
dev

How reproducible:
Easy always

Steps to Reproduce:
Execute indicated test cases

Actual results:
org.openqa.selenium.WebDriverException: Element is not clickable at point (271, 273). Other element would receive the click: <form id="addMaintainerForm" name="addMaintainerForm" method="post" action="/zanata/project/maintainer/" enctype="application/x-www-form-urlencoded">...</form>

Comment 1 Damian Jansen 2014-02-20 04:16:14 UTC
This will be effectively outdated by the imminent changes to the Project page.
These tests will be re-written as part of the implementation.