Commit 66bfb0f1f42bd4a8346a900f7c2081e588d7030a

Authored by Leonardo Merlin
1 parent ee26b693

Test: we dont have a meaningful footer

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
e2e/pages/layout.js
... ... @@ -15,9 +15,9 @@ module.exports = function(){
15 15 it('should have a "skip-to-search" anchor', function() {
16 16 expect(page.skipToSearch.getText()).toEqual('Ir para a busca 3');
17 17 });
18   - it('should have a "skip-to-footer" anchor', function() {
19   - expect(page.skipToFooter.getText()).toEqual('Ir para o rodapé 4');
20   - });
  18 + // it('should have a "skip-to-footer" anchor', function() {
  19 + // expect(page.skipToFooter.getText()).toEqual('Ir para o rodapé 4');
  20 + // });
21 21  
22 22 it('should have a accessibility anchor', function() {
23 23 expect(page.actionAccessibility.getText()).toEqual('ACESSIBILIDADE');
... ...