So i m unable to pass the test #5 for the Random quote machine.
codepen link: https://codepen.io/mdsam211/pen/qBrPGRz
Error MSG:
#tweet-quote element is not a child of #quote-box : expected 3 to equal 1
AssertionError: #tweet-quote element is not a child of #quote-box : expected 3 to equal 1
at Proxy.c (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:549:1889)
at Proxy.l (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:431:130)
at Function.n.strictEqual (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:574:655)
at a. (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:657:153449)
at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:38668
at i.g.run (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:38963)
at N.runTest (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45686)
at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:46651
at o (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45075)
at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:45145
I have no idea why this occurs even though #tweet-quote element is a child of #quote-box . any helps would be appriciated.