Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelLyra8 committed Oct 26, 2023
1 parent 30002c7 commit cc82cb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import * as S from "./styled";

const version = "2023-10-26-fde525b";
const version = "2023-10-26-30002c7";

const Footer: React.FC = () => {
return (
Expand Down
5 changes: 0 additions & 5 deletions src/tests/Entries.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ describe('Controls Component', () => {
<Controls/>
</Provider>
);

element_present("Diff?")
element_present("Optimize?")
element_present("Remove")
element_present("Optimize?")
})
})
})

0 comments on commit cc82cb2

Please sign in to comment.