62 Commits

Author SHA1 Message Date
Tom Coleman
f5d598916c Re-enable snippets test for nextjs 2023-02-15 10:41:10 +11:00
Tom Coleman
2fe880318c Use more reliable API for waiting 2023-02-14 14:52:52 +11:00
Tom Coleman
263e800ef2 Up timeout a little 2023-02-14 11:57:59 +11:00
Tom Coleman
2ac9cc57aa Add exceptions for various broken framewokrs 2023-02-13 15:20:47 +11:00
Tom Coleman
95a26d108a Disable SSv7 2023-02-08 16:49:44 +11:00
Tom Coleman
1af5309a9c Disable snippet test for nextjs 2023-02-08 14:31:28 +11:00
Tom Coleman
29cf97e85d Fix used jest block 2023-02-08 14:24:54 +11:00
Jeppe Reinhold
0de70d37f1
Merge branch 'next' into 20745-duplicate-source-snippets 2023-02-07 14:50:19 +01:00
Yann Braga
3b2c3c4f18 skip certain test when testing ssv6 2023-02-06 12:44:17 +01:00
Tom Coleman
e5898db1d3 Add E2E test for source snippet behaviour 2023-02-06 14:57:52 +11:00
Valentin Palkovic
47342af26d
Merge pull request #20783 from storybookjs/valentin/ui-improvements
Tab UI Improvements
2023-02-03 15:44:30 +01:00
Valentin Palkovic
becbe97f83 Fix e2e tests 2023-02-01 15:16:33 +01:00
Jeppe Reinhold
5a764fed4d fix addon docs e2e test 2023-01-30 09:05:05 +01:00
Tom Coleman
77803c046d Merge remote-tracking branch 'origin/valentin/angular15-maintenance' into add-ignoreArgsUpdates 2023-01-18 20:14:08 +11:00
Tom Coleman
ebda378f3e Update test to cope with story rendering more than once 2023-01-16 14:58:31 +11:00
Tom Coleman
c22aac8e5b Fix ordering spec 2023-01-16 12:20:29 +11:00
Norbert de Langen
d120064dfb
fix linting problem & maybe fix unit-test 2023-01-13 17:15:20 +01:00
Norbert de Langen
c16f84e135
Merge branch 'next' into add-json-files-e2e-test 2023-01-13 16:50:17 +01:00
Valentin Palkovic
6ad0975fd5
Update code/e2e-tests/framework-nextjs.spec.ts
Co-authored-by: Yann Braga <yannbf@gmail.com>
2022-12-06 10:41:52 +01:00
Valentin Palkovic
79c00afe6a Add E2E tests 2022-12-06 09:23:57 +01:00
Yann Braga
b9c82007e1 fix flakliness on interactions e2e test 2022-12-02 10:29:13 +01:00
Yann Braga
30642d2913 revamp tests 2022-11-30 19:26:18 +01:00
Yann Braga
9a1fce8222 add comments 2022-11-30 19:26:18 +01:00
Yann Braga
529e75d464 add extra assertion in e2e test 2022-11-30 19:26:18 +01:00
Yann Braga
bd9e2f5441 add e2e tests for the interactions debugger 2022-11-30 19:26:18 +01:00
Yann Braga
3b158fc343 e2e: change onClick to click to support svelte examples 2022-11-30 18:47:46 +01:00
Tom Coleman
f4394de826 Small comment fix 2022-11-21 16:32:57 +11:00
Tom Coleman
6762e7a60c Add failing test for docs order
For https://github.com/storybookjs/storybook/issues/19163
2022-11-21 16:18:44 +11:00
Tom Coleman
40e298c14f Merge remote-tracking branch 'origin/next' into tom/sb-888-disable-play-functions-in-docs-if-not 2022-11-04 11:02:15 +11:00
Tom Coleman
8bcf78db52
Merge pull request #19668 from storybookjs/tom/sb-889-disable-keyboard-shortcuts-during-the
Disable keyboard shortcuts during (docs) play functions and add tests
2022-10-31 12:39:11 +11:00
Tom Coleman
59d2b28577 Make button selector more specific 2022-10-31 12:09:58 +11:00
Tom Coleman
ce99cfe099 Remove unnecessary delay 2022-10-29 22:00:18 +11:00
Tom Coleman
ebc28fc898 Add E2E test for keyboard shortcut behaviour 2022-10-28 23:30:52 +11:00
Tom Coleman
3da2d94c76 Add e2e spec for autoplay 2022-10-28 16:00:41 +11:00
Ian VanSchooten
0f69e88459 Fix rebase 2022-10-27 19:40:17 -04:00
Ian VanSchooten
393a12aac3 Use explicit type imports 2022-10-27 19:33:39 -04:00
Tom Coleman
22b01292b3 Fix addon docs test to use a docspage 2022-10-27 22:53:41 +11:00
Norbert de Langen
6be12c24d8
deal with the aftermath of upgrading eslint 2022-10-24 14:57:37 +02:00
Michael Shilman
20b5aa6be2 Merge branch 'next' into add-json-files-e2e-test 2022-10-17 22:21:18 +08:00
Tom Coleman
4b2c4ad2db Preact doesn't do source snippets 2022-10-14 16:23:27 +11:00
Tom Coleman
887b6e9142
Update code/e2e-tests/json-files.spec.ts 2022-10-13 11:45:53 +11:00
Gert Hengeveld
c63b842b4f Fix index.json test strictness 2022-10-12 14:37:06 +02:00
Gert Hengeveld
e3655f1ef5 Add e2e test for static JSON files 2022-10-12 12:54:24 +02:00
Michael Shilman
88c46e7d32 Skip interactions e2e for lit-vite projects 2022-10-10 17:09:45 +08:00
Michael Shilman
7e7bffb9ae Fix skip logic for vue-cli snippet test 2022-09-15 17:42:22 +08:00
Michael Shilman
70fc932a0d Don't run source snippet e2e on vue-cli's vue3 2022-09-15 11:05:24 +08:00
Ian VanSchooten
25169ab01f Wait for page to finish loading in e2e tests 2022-08-24 22:06:49 -04:00
Michael Shilman
d5417d1c19 Merge branch 'next' into vite-frameworks-clean 2022-08-24 02:01:16 +08:00
Michael Shilman
2bb5210128 Get rid of failing example test 2022-08-24 01:51:54 +08:00
Norbert de Langen
5b0a1fd902
fix the e2e tests 2022-08-22 16:08:25 +02:00