Remove legal page, add no affiliation text in footer

This commit is contained in:
timvisee 2021-01-09 18:59:45 +01:00
parent 6c3a2e53af
commit 3165086869
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
89 changed files with 13 additions and 370 deletions

View file

@ -6,7 +6,7 @@ describe('Send homepage', function() {
this.retries(2);
const homePage = new HomePage();
const baseUrl = browser.options['baseUrl'];
const footerLinks = ['mozilla', 'legal', 'legal', 'cookies', 'github'];
const footerLinks = ['mozilla', 'cookies', 'github'];
beforeEach(function() {
homePage.open();