Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Apr 25, 2019
1 parent 63e2c59 commit ffa1550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/integration/schemaValidation.test.js
Expand Up @@ -4,7 +4,7 @@ import Config from '../../src/Config'

describe('Importing a profile/template with bad JSON', () => {

it('Displays and error message', async () => {
it('Displays an error message', async () => {
jest.setTimeout(5000);
await page.goto(`http://127.0.0.1:8888/${Config.awsCognitoJWTHashForTest}`)

Expand Down

0 comments on commit ffa1550

Please sign in to comment.