Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

'suite1' gets appended to the Test Suite name. #60

Open
dashmug opened this issue Aug 2, 2017 · 1 comment
Open

'suite1' gets appended to the Test Suite name. #60

dashmug opened this issue Aug 2, 2017 · 1 comment

Comments

@dashmug
Copy link

dashmug commented Aug 2, 2017

I'm getting this as the report for a failing test.

1) Form List Pagesuite1 should have the right title:
Expected 'Forms | AwesomeForm' to equal 'Forms | MyAwesomeFormApp'.

See the 'suite1' string above?

This is my test code.

describe('Form List Page', () => {
    beforeAll(() => {
        browser.login()
        browser.url('/#/forms/list')
    })

    it('should have the right title', () => {
        const title = browser.getTitle()
        expect(title).toEqual('Forms | MyAwesomeFormApp')
    })
})

My test suite is simply named 'Form List Page' and yet it gets displayed as 'Form List Pagesuite1'.

Here are my dependencies used:

"wdio-jasmine-framework": "^0.3.1"
"wdio-spec-reporter": "^0.1.0"
"webdriverio": "^4.8.0"

node v8.3.1

@deanshelton913
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants