Not Passing 'Simulate Actions Using a Headless Browser'

Tell us what’s happening:
I cannot pass ’ Simulate Actions Using a Headless Browser’. Help is appreciated:)
link to the code: https://repl.it/join/ehhmrmob-snowiewdev
Thanks

Your code so far

   test('submit "surname" : "Vespucci" - write your e2e test...', function(done) {

    browser
      .fill('surname', 'Vespucci')
      .pressButton('submit', function(){

    browser.assert.success();

    browser.assert.text('span#name', 'Amerigo');

    browser.assert.text('span#surname', 'Vespucci');

    browser.assert.element('span#dates', 1);

    done();
    });

});

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Simulate Actions Using a Headless Browser

Link to the challenge:

Hello @snowie22.

The last two challenges have issues which are being fixed at the moment. You can skip them and come back later. Check this post.

3 Likes