Skip to content

Commit

Permalink
fix: add cypress fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzemp committed Nov 25, 2024
1 parent 146eb86 commit 4fc7588
Show file tree
Hide file tree
Showing 8 changed files with 683 additions and 454 deletions.
167 changes: 133 additions & 34 deletions cypress/fixtures/network/41/a_data_set_can_be_selected.json

Large diffs are not rendered by default.

183 changes: 42 additions & 141 deletions cypress/fixtures/network/41/a_period_can_be_selected.json

Large diffs are not rendered by default.

226 changes: 195 additions & 31 deletions cypress/fixtures/network/41/a_section_filter_can_be_selected.json

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions cypress/fixtures/network/41/an_org_unit_can_be_selected.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

271 changes: 119 additions & 152 deletions cypress/fixtures/network/41/static_resources.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cypress/fixtures/network/41/summary.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"count": 1420,
"totalResponseSize": 5850276,
"duplicates": 1316,
"count": 1475,
"totalResponseSize": 5423540,
"duplicates": 1366,
"nonDeterministicResponses": 103,
"apiVersion": "41",
"fixtureFiles": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function SectionFilterSelectorBarItem() {
useEffect(() => {
const sections = dataSet?.sections
if (sectionFilter === undefined && sections?.length) {
// setSectionFilter(sections[0].id)
setSectionFilter(sections[0].id)
}
// clear out section if it is invalid
if (
Expand Down

0 comments on commit 4fc7588

Please sign in to comment.