Skip to content

Commit

Permalink
test: adjust tests to translation
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskari committed Sep 30, 2024
1 parent 7cedcd0 commit 289d88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/kyma/tests/namespace/test-dns-providers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ context('Test DNS Providers', () => {

// secret
chooseComboboxOption(
'[placeholder="Select Namespace"]',
'[placeholder="Select namespace"]',
Cypress.env('NAMESPACE_NAME'),
);

Expand Down
2 changes: 1 addition & 1 deletion tests/kyma/tests/namespace/test-issuers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ context('Test Issuers', () => {
chooseComboboxOption('[placeholder="Select Issuer type"]', 'CA');

chooseComboboxOption(
'[placeholder="Select Namespace"]',
'[placeholder="Select namespace"]',
Cypress.env('NAMESPACE_NAME'),
);

Expand Down

0 comments on commit 289d88b

Please sign in to comment.