Skip to content

Commit

Permalink
feat(DS): remove float footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Miffael committed Sep 4, 2018
1 parent 2daac50 commit c9892d0
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 c9892d0

Please sign in to comment.