Skip to content

Commit

Permalink
more simple data error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Shapkarin committed Jul 5, 2020
1 parent 13a069a commit 79a1dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/conference.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('Conference.vue', () => {

before(() => {
if (!isValid) {
throw new Error('your input test data (const ROOM_NAME) is not valid for that test');
throw new Error('your const ROOM_NAME is not valid for that test');
}
cy.visit(`/league/${ROOM_NAME}`);
});
Expand Down

1 comment on commit 79a1dec

@mradkov
Copy link
Contributor

@mradkov mradkov commented on 79a1dec Jul 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.