NatLibFi / Skosmos

Thesaurus and controlled vocabulary browser using SKOS and SPARQL
Other
218 stars 94 forks source link

Cypress tests for partial page load #1598

Closed osma closed 3 months ago

osma commented 4 months ago

Description of the enhancement

Add Cypress tests for the already existing partial page load functionality. The sidebar components (alphabetical, hierarchy) already support this (clicking on concepts in either of these performs a partial page load of the concept information) but current Cypress test do not verify that all functionality is working after partial page loads.

Initial TODO:

Who are the users that would benefit from the enhancement and how?

Skosmos developers. It's easy to forget testing after partial page loads.

What new functionalities would the enhancement make possible?

Ensure that functionality is not broken by accident.

Why is the enhancement important?

Breakage after partial page loads has happened several times in recent development sprints, so the problem is urgent.