Skip to content

Commit

Permalink
Merge pull request #421 from crossroads/master
Browse files Browse the repository at this point in the history
 Itunes Fix- goto not available
  • Loading branch information
Darshan Chauhan authored Apr 1, 2019
2 parents 1dc00b1 + 9e2544b commit 4a35a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/templates/sticky_footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="navigation_menus">
<div class="row">
<div class="small-12 columns">
<ul class="small-block-grid-5 small-block-grid-5 list">
<ul class="small-block-grid-4 list">
{{#link-to 'index' tagName='li' href=false}}
<i>{{fa-icon 'home'}}</i>
{{t "index.home"}}
Expand All @@ -22,7 +22,7 @@
<i>{{fa-icon 'cube'}}</i>{{t "index.items"}}
{{/link-to}}

<li><i>{{fa-icon 'qrcode'}}</i>{{t "index.goto"}}</li>
{{!-- <li><i>{{fa-icon 'qrcode'}}</i>{{t "index.goto"}}</li> --}}

{{#link-to 'app_menu_list' tagName='li' href=false}}
<i>{{fa-icon 'bars'}}</i> Menu
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/add-new-item-to-inventory-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ test("Check validation for 'Add item to inventory ' page''", function(assert) {

andThen(function () {
assert.equal(currentPath(), "index");
click($('.small-block-grid-5 li:last'));
click($('.small-block-grid-4 li:last'));
});

andThen(function () {
Expand Down Expand Up @@ -162,7 +162,7 @@ test("Redirect to /search_code after clicking Add item to inventory and save red

andThen(function () {
assert.equal(currentPath(), "index");
click($('.small-block-grid-5 li:last'));
click($('.small-block-grid-4 li:last'));
});

andThen(function () {
Expand Down

0 comments on commit 4a35a56

Please sign in to comment.