[richfaces-planning-issues] [JBoss JIRA] (RFPL-3999) TestJSF22FlowScopedAnnotation does not work with MyFaces

Jiří Štefek (JIRA) issues at jboss.org
Wed Sep 30 09:34:00 EDT 2015


Jiří Štefek created RFPL-3999:
---------------------------------

             Summary: TestJSF22FlowScopedAnnotation does not work with MyFaces
                 Key: RFPL-3999
                 URL: https://issues.jboss.org/browse/RFPL-3999
             Project: RichFaces Planning
          Issue Type: Bug
          Components: QE
    Affects Versions: 4.5.9
            Reporter: Jiří Štefek
            Assignee: Jiří Štefek


Test {{TestJSF22FlowScopedAnnotation}} does not work with MyFaces.
The FlowScoped bean is reinitialized (the tab panel is switched back to first tab) after returning to the first page:
{code}
        // go to previous page, verify second tab is active, go to next page
        Graphene.guardHttp(previousPageButton).click();
        Graphene.waitGui().until().element(tabPanel.advanced().getActiveHeaderElement()).text().contains("Second tab");// fails on this line
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the richfaces-planning-issues mailing list