-
- Downloads
Refactor remaining e2e API commands to TS helper functions (#48672)
* Refactor createDashboardWithQuestions, createQuestionAndAddToDashboard and editDashboardCard to TS function helpers * Fix createNativeQuestionAndDashboard that got out of sync
Showing
- e2e/support/commands.js 1 addition, 6 deletionse2e/support/commands.js
- e2e/support/commands/api.ts 49 additions, 0 deletionse2e/support/commands/api.ts
- e2e/support/commands/api/composite/createDashboardWithQuestions.js 0 additions, 28 deletions...rt/commands/api/composite/createDashboardWithQuestions.js
- e2e/support/commands/api/composite/createNativeQuestionAndDashboard.js 0 additions, 37 deletions...ommands/api/composite/createNativeQuestionAndDashboard.js
- e2e/support/helpers/api/createDashboardWithQuestions.ts 49 additions, 0 deletionse2e/support/helpers/api/createDashboardWithQuestions.ts
- e2e/support/helpers/api/createNativeQuestionAndDashboard.ts 38 additions, 23 deletionse2e/support/helpers/api/createNativeQuestionAndDashboard.ts
- e2e/support/helpers/api/createQuestionAndAddToDashboard.ts 49 additions, 0 deletionse2e/support/helpers/api/createQuestionAndAddToDashboard.ts
- e2e/support/helpers/api/editDashboardCard.ts 29 additions, 0 deletionse2e/support/helpers/api/editDashboardCard.ts
- e2e/support/helpers/api/index.ts 3 additions, 0 deletionse2e/support/helpers/api/index.ts
Please register or sign in to comment