Compare commits
No commits in common. "39e48d11a593ed70b220aa30114bbbcc39a78f63" and "8161e77c7ac80b4233134c37f37559765273aa65" have entirely different histories.
39e48d11a5
...
8161e77c7a
@ -1,6 +1 @@
|
|||||||
{
|
{}
|
||||||
"baseUrl": "http://localhost:3000",
|
|
||||||
"env" : {
|
|
||||||
"logoutUrl": "/ok.html"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
@ -1,25 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"valid-admin": {
|
|
||||||
"email": "adrian@trusk.com",
|
|
||||||
"password": "adrian@trusk.com"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"invalid-admin": {
|
|
||||||
"email": "adrian@trusk.com",
|
|
||||||
"password": "adrian"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"unexisting-user": {
|
|
||||||
"email": "adrian.pothuaud@trusk.com",
|
|
||||||
"password": "badpassword"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"malformed-email": {
|
|
||||||
"email": "adrian-trusk"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
@ -4,7 +4,7 @@ describe('Should allow valid user and block the rest', () => {
|
|||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
// Changed theses should as required conditions to perform other tests
|
// Changed theses should as required conditions to perform other tests
|
||||||
cy.visit('/')
|
cy.visit('http://localhost:3000')
|
||||||
// title
|
// title
|
||||||
cy.title().should('eq', 'QA @ Trusk')
|
cy.title().should('eq', 'QA @ Trusk')
|
||||||
// elements
|
// elements
|
||||||
@ -63,7 +63,6 @@ describe('Should allow valid user and block the rest', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it.skip('Allow to disconnect a connected user', function() {
|
it.skip('Allow to disconnect a connected user', function() {
|
||||||
// cy.visit("ok.html")
|
|
||||||
// get back
|
// get back
|
||||||
cy.contains('Retour').click()
|
cy.contains('Retour').click()
|
||||||
cy.title().should('eq', 'QA @ Trusk')
|
cy.title().should('eq', 'QA @ Trusk')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user