dalekjs / dalek

[unmaintained] DalekJS Base framework
MIT License
695 stars 63 forks source link

.assert.dialogText.is crash dalekjs! :( #158

Closed ghguy closed 8 years ago

ghguy commented 9 years ago

If we add the following assertion, it will quit and skip the subsequent test without giving any error:

.assert.dialogText.is('Please enter the text for global meaning description.\nPlease enter the text for description value itself.')

Do you know why? Thanks!