gristlabs / grist-core

Grist is the evolution of spreadsheets.
https://www.getgrist.com/
Apache License 2.0
7.04k stars 311 forks source link

Remove assertion from HomeIntro test #1230

Closed georgegevoian closed 2 days ago

georgegevoian commented 2 days ago

Context

A HomeIntro test was asserting the presence of a tutorial card, but in Docker tests, tutorials are not configured, so the assertion always failed.

Proposed solution

A different test (DocTutorial) already tests tutorial cards, so the assertion can be removed.

Has this been tested?