mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 17:18:31 +08:00
test fix
This commit is contained in:
@@ -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;');
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user