Fix linting issues in Cypress test-footer-links test

This commit is contained in:
BryceLTaylor 2018-03-22 15:14:05 -04:00
parent 53e8d66a11
commit d876c809ac

View file

@ -1,9 +1,5 @@
const baseUrl = Cypress.config('baseUrl');
Cypress.on('uncaught:exception', (err, runnable) => {
return false;
});
describe('test About links in footer', function () {
beforeEach(function (){
cy.visit('/');