We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c4285 commit 9ef6f8bCopy full SHA for 9ef6f8b
src/app/__tests__/WebMetrics.test.tsx
@@ -14,8 +14,8 @@ let wrapper = shallow(<WebMetrics />);
14
15
16
describe('WebMetrics graph testing', ()=> {
17
- it ('should have 1 div with id "card" ', () => {
18
- expect(wrapper.find('#card')).to.have.lengthOf(1);
+ it ('should have 1 div with class name "metric" ', () => {
+ expect(wrapper.find('.metric')).to.have.lengthOf(1);
19
})
20
21
it ('should have 1 div with id "chart" ', () => {
0 commit comments