openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

✅ (frontend) fix false positive test #2359

Closed jbpenrath closed 3 months ago

jbpenrath commented 3 months ago

Purpose

An await before an asynchrone assertion was missing. After adding this missing await it appears the assertion was failing.

Proposal