Report generated 06-01-2019 01:22

Un Cliente Se Registra En La Pagina Feature

Como cliente quiero poder iniciar sesion en la aplicacion

 Chrome (context)

 Tag (tag)

Client ope incident successful

Scenario:

Given I am logged as a <userType>
When I open a new incident with this data
titleTest incident
descriptionThis is a test incident open by a client
inventarioPC01
datetoday
categoriahardware

Then I see the incident in the main page
Element should be enabled exception: Expected enabled element was not enabledBuild info: version: '3.141.0', revision: '2ecb7d9a', time: '2018-10-31T20:09:30'System info: host: 'sergio-Alienware-17-R2', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.18.0-13-generic', java.version: '11.0.1'Driver info: driver.version: unknown

net.thucydides.core.webdriver.exceptions.ElementShouldBeEnabledException

jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
com.hfc.demo.pageObjects.PgpiMainIndex.newIncident(PgpiMainIndex.java:32)
com.hfc.demo.serenitySteps.UserSteps.newIncident(UserSteps.java:58)
com.hfc.demo.stepDefinitions.GherkinDefinitions.newIncidentWithData(GherkinDefinitions.java:66)
✽.I open a new incident with this data(src/test/resources/features/new_incidents_testing/registrar_incidencia_cliente.feature:7)
Serenity BDD version 2.0.12