Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirOlishevsky committed Apr 12, 2020
1 parent 55956a8 commit 2ff6436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cardvalidate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('Test form', () => {
// test code here (next page)
describe('Test form', () => {
test('should add .valid class for valid inn', async() => {
await page.goto('http://google.com');
await page.goto('http://localhost:9000/');
const form = await page.$('[data-widgets=credit-card-validator]');
const input = await form.$('[data-name=input-number]');
await input.type('5469550044928767');
Expand Down

0 comments on commit 2ff6436

Please sign in to comment.