diff --git a/frontend/app/pages/dashboard/admin/external_api.vue b/frontend/app/pages/dashboard/admin/external_api.vue index 9869094..1e390c4 100644 --- a/frontend/app/pages/dashboard/admin/external_api.vue +++ b/frontend/app/pages/dashboard/admin/external_api.vue @@ -155,7 +155,7 @@ async function deleteKey(key: ApiKey) { - + diff --git a/frontend/cypress/e2e/admin/api_key_management/list.cy.ts b/frontend/cypress/e2e/admin/api_key_management/list.cy.ts index 96c59f5..cadc39f 100644 --- a/frontend/cypress/e2e/admin/api_key_management/list.cy.ts +++ b/frontend/cypress/e2e/admin/api_key_management/list.cy.ts @@ -42,7 +42,7 @@ describe('Admin API Key Management CRUD', () => { it('should be able to create an API key', () => { // vytvorenie nového kľúča cy.contains("Pridať").click() - cy.get('#input-v-0-2').type('cypress-e2e-test-key') + cy.get('#newKeyName').type('cypress-e2e-test-key') cy.contains("Vytvoriť").click() cy.wait(3000)