We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6671718 commit 2f5f017Copy full SHA for 2f5f017
tests/e2e/workflow.ts
@@ -28,7 +28,7 @@ export const uploadToDandi = (subdirectory, forceSkip = false) => {
28
const dashboard = document.querySelector('nwb-dashboard')
29
const page = dashboard.page
30
const modal = page.globalModal
31
- const sandboxKeyInput = modal.form.getFormElement(['development_api_key'])
+ const sandboxKeyInput = modal.form.getFormElement(['sandbox_api_key'])
32
sandboxKeyInput.updateData(dandiAPIToken)
33
}, dandiInfo.token)
34
0 commit comments