test fix
parent
e8825585e0
commit
1d1e91e5c7
|
@ -14,6 +14,6 @@ describe('nginxconfig.io', function () {
|
|||
it('should use passed params', function () {
|
||||
cy.visit(root + '?domain=nginxconfig.io');
|
||||
cy.get('input.domain').should('have.value', 'nginxconfig.io');
|
||||
cy.get('#file-nginx').contains('server_name nginxconfig.io;');
|
||||
cy.get('#file-domain').contains('server_name nginxconfig.io;');
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue