jeudi 28 février 2019

How to add negative assertions like not.toHaveText in Detox?

I need to set negation for some text content and tried the code below but as it isn't stated in the docs I expected it to fail and it sure did, so I would like to know how could I possibly achieve negation in this case.

await expect(element(by.id('myElemId'))).not.toHaveText('some text')

Aucun commentaire:

Enregistrer un commentaire