getodk / central-frontend

Vue.js based frontend for ODK Central

Home Page:https://docs.getodk.org/central-intro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests of DatasetSummary log warnings

matthew-white opened this issue · comments

When I run npm run test, I see warnings like these around the tests of DatasetSummary:

WARN LOG: '[Vue warn]: Missing required prop: "projectId"', '
', ' at <DatasetSummary', 'isDraft=true', 'ref="VTU_COMPONENT"', '>', '
', ' at <VTUROOT>'
WARN LOG: '[Vue warn]: Missing required prop: "xmlFormId"', '
', ' at <DatasetSummary', 'isDraft=true', 'ref="VTU_COMPONENT"', '>', '
', ' at <VTUROOT>'

@sadiqkhoja, would you mind taking a look when you have time? Tests are still running successfully, so not urgent.