Skip to content

Commit

Permalink
Update query to bring only name to make sure screenshots are consiste…
Browse files Browse the repository at this point in the history
…nt. (#3790)
  • Loading branch information
arikfr authored May 12, 2019
1 parent 3159410 commit 6bf764b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/integration/embed/share_embed_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('Embedded Queries', () => {
});

it('are shared without parameters', () => {
createQuery({ query: 'select * from users' })
createQuery({ query: 'select name from users' })
.then((query) => {
cy.visit(`/queries/${query.id}/source`);
cy.getByTestId('ExecuteButton').click();
Expand Down

0 comments on commit 6bf764b

Please sign in to comment.