Commit c9e3ae4
authored
test: framework testing (#1011)
* inital stab at framework testing
* more react and vue tests
* tests for cta, datetime, dropdown, health-index, icon, icon-panel, jump-links, markdown, modal, navigation, number, page-status, and progress-indicator
* adding jump-links tests
* framework tests for select, tabs, and toast
* fixing pfe-content-set react test
* fixing datetime tests in react
React seems to be a bit weird about attribute order. Moving the datetime attribute to the end seems to fix it.
* updating pfe-dropdown test to skip a single test for Vue and React
* skip one pfe-health-index test in React
* removing react tests and commenting out a Vue test
* adding a pfe-jump-links test back for Vue
* removing the failing React tests for pfe-navigation
* package-lock updates
* Revert "package-lock updates"
This reverts commit 29cd01a.
* updating package-lock.json
* using the root div instead of document.body for React
* updating pfe-autocomplete tests1 parent 57978b7 commit c9e3ae4
File tree
125 files changed
+21168
-22187
lines changed- elements
- pfe-accordion/test
- pfe-autocomplete/test
- pfe-avatar/test
- pfe-badge/test
- pfe-band/test
- pfe-card/test
- pfe-collapse/test
- pfe-content-set/test
- pfe-cta/test
- pfe-datetime/test
- pfe-dropdown/test
- pfe-health-index/test
- pfe-icon-panel/test
- pfe-icon/test
- pfe-jump-links/test
- pfe-markdown/test
- pfe-modal/test
- pfe-number/test
- pfe-page-status/test
- pfe-progress-indicator/test
- pfe-select/test
- pfe-tabs/test
- pfe-toast/test
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+21168
-22187
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
Lines changed: 102 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
0 commit comments