Skip to content

Commit dbcd454

Browse files
add fluentlenium link
1 parent fc74f3b commit dbcd454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This application provides an example of form processing with the following featu
1313
* Individual twitter bootstrap-specific [helper templates](https://github.com/ics-software-engineering/play-example-form/tree/master/app/views/bootstrap)
1414
* Separation of [form backing classes](https://github.com/ics-software-engineering/play-example-form/tree/master/app/views/formdata) from [model classes](https://github.com/ics-software-engineering/play-example-form/tree/master/app/models).
1515
* All validation done through a [validate() method](https://github.com/ics-software-engineering/play-example-form/blob/master/app/views/formdata/StudentFormData.java#L57-123).
16-
* Testing with Fluentlenium.
16+
* Testing with [Fluentlenium](https://github.com/FluentLenium/FluentLenium).
1717

1818
The design of this example differs in two significant ways from the traditional Play form processing examples.
1919

0 commit comments

Comments
 (0)