werpu commented on PR #356:
URL: https://github.com/apache/myfaces/pull/356#issuecomment-1338988239
TCK Faces 23 Tests
**Spec1412**:
```java
button.click();
page.waitReqJs(Duration.ofMillis(60000));
assertTrue(page.isInPage("Success!"));
```
Fails... will investigate
**Spec1423**:
```java
assertTrue(page.findElement(By.id("scriptResult")).getText().trim().equals("addedViaInclude"));
```
fails
could be an issue on the client will investigate
Comments pending
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]