removed all footer link tests for external sites

This commit is contained in:
Ben Wheeler 2019-05-31 11:30:39 -04:00
parent 2e0cce647a
commit 54d4c020f3

View file

@ -71,7 +71,7 @@ describe('test About links in footer', function () {
.should('eq', baseUrl + '/jobs'); .should('eq', baseUrl + '/jobs');
}); });
it('click Press', function (){ it.skip('click Press', function (){
cy cy
.get('.lists :first-child :nth-child(8) :first-child :first-child') .get('.lists :first-child :nth-child(8) :first-child :first-child')
.click(); .click();
@ -112,7 +112,7 @@ describe('test Community links in footer', function () {
.should('eq', baseUrl + '/discuss/'); .should('eq', baseUrl + '/discuss/');
}); });
it('click Scratch Wiki', function (){ it.skip('click Scratch Wiki', function (){
cy cy
.get('.lists :nth-child(2) :nth-child(4) :first-child :first-child') .get('.lists :nth-child(2) :nth-child(4) :first-child :first-child')
.click(); .click();
@ -247,7 +247,7 @@ describe('test Scratch Family links in footer', function () {
cy.visit('/'); cy.visit('/');
}); });
it('click ScratchEd', function (){ it.skip('click ScratchEd', function (){
cy cy
.get('.lists :nth-child(5) :nth-child(2) a') .get('.lists :nth-child(5) :nth-child(2) a')
.click(); .click();
@ -256,7 +256,7 @@ describe('test Scratch Family links in footer', function () {
.should('match', /^http:\/\/scratched\.gse\.harvard\.edu\/?$/); .should('match', /^http:\/\/scratched\.gse\.harvard\.edu\/?$/);
}); });
it('click For ScratchJr', function (){ it.skip('click For ScratchJr', function (){
cy cy
.get('.lists :nth-child(5) :nth-child(3) a') .get('.lists :nth-child(5) :nth-child(3) a')
.click(); .click();
@ -285,7 +285,7 @@ describe('test Scratch Family links in footer', function () {
.should('eq', baseUrl + '/conference'); .should('eq', baseUrl + '/conference');
}); });
it('click Scratch Foundation', function (){ it.skip('click Scratch Foundation', function (){
cy cy
.get('.lists :nth-child(5) :nth-child(6) :first-child :first-child') .get('.lists :nth-child(5) :nth-child(6) :first-child :first-child')
.click(); .click();