You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config optioon options.sidebar.shares.showAllOnLoad only exists to make life easier in CI/e2e tests. The real world behaviour is and should be, that only the first 3 shares are shown and then a Show all button is being rendered if there are more shares.
Adapt the e2e tests to make the click on Show all if needed, then delete the config option.
The text was updated successfully, but these errors were encountered:
Describe the bug
Config optioon
options.sidebar.shares.showAllOnLoad
only exists to make life easier in CI/e2e tests. The real world behaviour is and should be, that only the first 3 shares are shown and then aShow all
button is being rendered if there are more shares.Adapt the e2e tests to make the click on
Show all
if needed, then delete the config option.The text was updated successfully, but these errors were encountered: