Skip to content

Commit

Permalink
Update __tests__/basic.js
Browse files Browse the repository at this point in the history
Co-Authored-By: corinagum <corina.aj@gmail.com>
  • Loading branch information
compulim and corinagum authored Mar 21, 2019
1 parent c22f02f commit 3237662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('setup', async () => {
expect(base64PNG).toMatchImageSnapshot(imageSnapshotOptions);
});

test('long urls', async () => {
test('long URLs', async () => {
const { driver, pageObjects} = await setupWebDriver();

await pageObjects.sendMessageViaSendBox('https://subdomain.domain.com/pathname0/pathname1/pathname2/pathname3/pathname4/')
Expand Down

0 comments on commit 3237662

Please sign in to comment.