mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Fix linting issues in Cypress test-footer-links test
This commit is contained in:
parent
53e8d66a11
commit
d876c809ac
1 changed files with 0 additions and 4 deletions
|
@ -1,9 +1,5 @@
|
||||||
const baseUrl = Cypress.config('baseUrl');
|
const baseUrl = Cypress.config('baseUrl');
|
||||||
|
|
||||||
Cypress.on('uncaught:exception', (err, runnable) => {
|
|
||||||
return false;
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('test About links in footer', function () {
|
describe('test About links in footer', function () {
|
||||||
beforeEach(function (){
|
beforeEach(function (){
|
||||||
cy.visit('/');
|
cy.visit('/');
|
||||||
|
|
Loading…
Reference in a new issue