Skip to content

Commit 9ef6f8b

Browse files
committed
Integrated feature branches for final commit (pre-launch)
1 parent 08c4285 commit 9ef6f8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/__tests__/WebMetrics.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let wrapper = shallow(<WebMetrics />);
1414

1515

1616
describe('WebMetrics graph testing', ()=> {
17-
it ('should have 1 div with id "card" ', () => {
18-
expect(wrapper.find('#card')).to.have.lengthOf(1);
17+
it ('should have 1 div with class name "metric" ', () => {
18+
expect(wrapper.find('.metric')).to.have.lengthOf(1);
1919
})
2020

2121
it ('should have 1 div with id "chart" ', () => {

0 commit comments

Comments
 (0)