pull/1445/head v8.0.6
Gabriel Burnworth 2019-09-17 09:18:32 -07:00 committed by GitHub
parent e3845b3070
commit 3c55e1961a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ describe("<Logs />", () => {
const p = fakeProps();
p.logs[0].body.message = "";
const wrapper = mount(<Logs {...p} />);
wrapper.setState({ markdown: false });
expect(wrapper.text().toLowerCase()).toContain("loading");
});