Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Jun 30, 2023
1 parent 701351d commit 0db9417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/shared/loadDataSources.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const isIOxOrg = Boolean(Cypress.env('useIox'))
// As of 2/2023, IOx only has one client library - python, which has a wizard.
// In TSM, there are more libraries, and it's desirable to test a page both with and without a wizard.
const libraryWithWizard = isIOxOrg ? 'python' : 'arduino'
const libraryWithoutWizard = 'csharp'
const libraryWithoutWizard = 'dart'

describe('Load Data Sources', () => {
beforeEach(() => {
Expand Down

0 comments on commit 0db9417

Please sign in to comment.