@ckuo wrote:
Guide for v.2.18.0 Section: Tutorial / Creating a Handlebars Helper / Integration Test
For test: “it renders correctly for a Standalone rental” Lines to add (in green) should be: test(‘it renders correctly for a Standalone rental’, function(assert) { AND assert.equal(this.$().text().trim(), ‘Standalone’);
Lines to remove (in red) should be: assert.equal(this.$().text().trim(), ‘1234’);
Thank you for putting up the guide!
Posts: 1
Participants: 1