chore(deps): upgrade eslint, prettier & related packages
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
0a53a1d7f0
commit
6c91f81b0e
@ -1,11 +1,11 @@
|
||||
/* global cy */
|
||||
|
||||
describe('The `Update my account settings` button works properly', function() {
|
||||
describe('The `Update my account settings` button works properly', function () {
|
||||
beforeEach(() => {
|
||||
cy.login();
|
||||
});
|
||||
|
||||
it('Should take user to their account settings when clicked', function() {
|
||||
it('Should take user to their account settings when clicked', function () {
|
||||
cy.contains('Update my account settings').click();
|
||||
cy.url().should('include', '/settings');
|
||||
});
|
||||
|
Reference in New Issue
Block a user