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 2ff6436 commit 8c1dd88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build status](https://ci.appveyor.com/api/projects/status/9cruxpkgjlqo9mt3?svg=true)](https://ci.appveyor.com/project/VladimirOlishevsky/ahj-3-2)
[![Build status](https://ci.appveyor.com/api/projects/status/ro6xwvkbyl6r35kl?svg=true)](https://ci.appveyor.com/project/VladimirOlishevsky/ahj-4-2)


https://vladimirolishevsky.github.io/ahj-3.2/
https://vladimirolishevsky.github.io/ahj-4.2/
4 changes: 3 additions & 1 deletion e2e/cardvalidate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ describe('Test form', () => {
});
// test code here (next page)
describe('Test form', () => {
test('should add .valid class for valid inn', async() => {

test('test form', async() => {
console.log(page)
await page.goto('http://localhost:9000/');
const form = await page.$('[data-widgets=credit-card-validator]');
const input = await form.$('[data-name=input-number]');
Expand Down

0 comments on commit 8c1dd88

Please sign in to comment.