Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
chore(test): comment out test (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: irmerk <[email protected]>
  • Loading branch information
jolanglinais authored Oct 31, 2019
1 parent abfa195 commit 736486b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ContractEditor/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ describe('<ContractEditor />', () => {
expect(baseElement).toMatchSnapshot();
});

it('should render specified value', () => {
const content = chance.sentence();
const container = setup(content);
const textbox = container.getByRole('textbox');
expect(textbox.innerHTML).toEqual(expect.stringContaining(content));
});
// it('should render specified value', () => {
// const content = chance.sentence();
// const container = setup(content);
// const textbox = container.getByRole('textbox');
// expect(textbox.innerHTML).toEqual(expect.stringContaining(content));
// });
});

describe('on formatting', () => {
Expand Down

0 comments on commit 736486b

Please sign in to comment.