paviliondev / discourse-discord-widget

Display a discord widget on your Discourse forum
GNU General Public License v2.0
0 stars 2 forks source link

DEV: Fix test from previous PR #2 #3

Open Arkshine opened 3 months ago

Arkshine commented 3 months ago

Follow up #2.

I introduced a loading spinner for the iframe, and it's hidden until it's loaded. The test checked the visibility, and it couldn't work with it.

This PR fixes the test by checking if the iframe exists instead.