Skip to content

Commit

Permalink
Fixed #159
Browse files Browse the repository at this point in the history
  • Loading branch information
demiurgosoft committed Jul 14, 2016
1 parent 6daca47 commit 4ec7158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/navegabilidad/navegabilidad.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('Pruebas de Navegabilidad', function() {
done();
});
});
it('Menu', function(done) {
it.only('Menu', function(done) {
//Check number of elements
browser.assert.element('#menus');
browser.assert.element('#enlaces_secciones');
Expand Down
2 changes: 1 addition & 1 deletion views/partials/menu.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if (selected === title) item_class = "menu-link-tipo1-selected";
<%# MENU %>
<div id="menus">
<div id="enlaces_secciones">
<ul class="mod-menu_secciones">
<ul class="mod-menu-secciones">
<%firstLevelItem("Inicio","/index.html",seccion)%>
<%firstLevelItem("Información Institucional","/infoInstitucional.html",seccion)%>
<%firstLevelMenu("Administración",seccion)%>
Expand Down

0 comments on commit 4ec7158

Please sign in to comment.