You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
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',()=>{consttitle=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'.
I'm getting this as the report for a failing test.
See the 'suite1' string above?
This is my test code.
My test suite is simply named 'Form List Page' and yet it gets displayed as 'Form List Pagesuite1'.
Here are my dependencies used:
node v8.3.1
The text was updated successfully, but these errors were encountered: