Storybook: Rearrange and tidy stories (#107270)

* Tidy up storybook a little bit

* change sort order, delete some stories

* More tidy up of actions

* More tidy up of actions

* tweak story sorting, again

* Make all internal stories public

* fix sort

* Add ESLint rule to enforce storybook titles

* update verify storybook test

* simplify glob
This commit is contained in:
Josh Hunt
2025-07-08 12:37:09 +00:00
committed by GitHub
parent d27d8f02b6
commit a9e70d4a1d
137 changed files with 610 additions and 749 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// NOTE: storybook must already be running (`yarn storybook`) for this test to work
describe('Verify storybook', () => {
it('Loads the button story correctly', () => {
cy.visit('?path=/story/buttons-button--basic');
cy.visit('?path=/story/inputs-button--basic');
getIframeBody().find('button:contains("Example button")').should('be.visible');
});
});