Skip to content

Commit

Permalink
feat(DS-59): hide float footer (#1375)
Browse files Browse the repository at this point in the history
* feat(DS-59): hide float footer

* fix(DS): turn off test of float footer

* feat(DS): remove float footer
  • Loading branch information
Miffael authored Sep 12, 2018
1 parent 4ef3dc1 commit ad50c81
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
</div>

<footer></footer>
<float-footer></float-footer>
<url-parameters></url-parameters>
<page-position></page-position>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ describe('Matrix Page: Image Preview:', () => {
it('Photographer name leads to photographer page', async () => {
const familyImagePreview = await family.openPreview();
const photographerName = await familyImagePreview.photographerName.getText();
await MatrixPage.getAngleUp.click();

await scrollIntoView(familyImagePreview.photographerName);
await familyImagePreview.photographerName.click();
Expand Down
30 changes: 0 additions & 30 deletions test-e2e/app/Tests/StickyFooterTests.e2e-spec.ts

This file was deleted.

0 comments on commit ad50c81

Please sign in to comment.