Nightwatch.js instance has two objects containing the same methods to perform assertions on elements:
.assert
- when an assertion fails, the test ends, skipping all other assertions..verify
- when an assertion fails, the test logs the failure and continues with other assertions.