Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcc3108 committed Dec 10, 2023
1 parent 5fdc8e4 commit 5ac279f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/01-smoke.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ e2e.scenario({
describeName: 'Smoke test',
itName: 'Smoke test',
scenario: () => {
Cypress.config('defaultCommandTimeout', 10000);
e2e().intercept('api/plugins/blackcowmoo-googleanalytics-datasource/markdown/README').as('pluginPageLoad')
e2e().intercept(`/api/plugins/${pluginJson.id}/install`).as('pluginInstall')
e2e().intercept('/api/datasources/uid/*/health').as('pluginHealth')
Expand Down

0 comments on commit 5ac279f

Please sign in to comment.