Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed May 18, 2014
1 parent e25d2bd commit feb8546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basictests/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ test (fun _ ->
let lastname = element "#lastname"
clear lastname
lastname << "John"
lastname == "John"
"#lastname" == "John"

"writing to .lastName sets text to new Smith in both boxes" &&& fun _ ->
!^ testpage
Expand Down

0 comments on commit feb8546

Please sign in to comment.