Skip to content

Commit 174bf84

Browse files
Christopher McCullohNimaSoroush
authored andcommitted
tittle -> title (#90)
Fixes spelling error
1 parent fcc53bc commit 174bf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integration.tests/integration.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ describe('Differencify', () => {
6666
.goto('http://example.com/')
6767
.waitFor(1000)
6868
.title()
69-
.result((tittle) => {
70-
expect(tittle).toEqual('Example Domain');
69+
.result((title) => {
70+
expect(title).toEqual('Example Domain');
7171
})
7272
.screenshot()
7373
.toMatchSnapshot()

0 commit comments

Comments
 (0)