Skip to content

Instantly share code, notes, and snippets.

@angiejones
Last active September 11, 2020 21:33

Revisions

  1. angiejones revised this gist Sep 11, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion bookstore_tests.js
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    it('should have title', async () => {
    assert.equal(await page.innerText('#page-title'), 'Automation Bookstore')
    assert.equal(await page.innerText('#page-title'), 'Automation Bookstore')
    })
  2. angiejones revised this gist Sep 11, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions bookstore_tests.js
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    it('should have title', async () => {
    assert.equal(await page.innerText('#page-title'), 'Automation Bookstore')
    })
    it('should have title', async () => {
    assert.equal(await page.innerText('#page-title'), 'Automation Bookstore')
    })
  3. angiejones created this gist Sep 11, 2020.
    3 changes: 3 additions & 0 deletions bookstore_tests.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    it('should have title', async () => {
    assert.equal(await page.innerText('#page-title'), 'Automation Bookstore')
    })