conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

Add test to check for Active envs #306

Open kcpevey opened 11 months ago

kcpevey commented 11 months ago

Context

I suggest adding a playwright test that confirms that the UI is properly updated when creating a new build of an env. Theoretically, after an env is done building, the UI should update to show that the latest build is the Active environment.

I have seen inconsistent behavior here. I often have to close out the environment tab and reopen for the UI to update. I've also seen the UI continue to show the previous build as Active and the newly created build as Available while the the old ui at conda-store/admin shows the new build as Active.

Value and/or benefit

A playwright test would ensure that this is working as expected and identify any issues with this behavior.

Anything else?

No response