Skip to content

Commit

Permalink
sanity tests tags fixed for eureka branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrener-eis committed Jan 28, 2025
1 parent 3f36af3 commit 214f85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/fse/ui/data-import-ui.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('fse-data-import - UI', () => {

it(
`TC195767 - check data-import log for ${Cypress.env('OKAPI_HOST')}`,
{ tags: ['sanity', 'fse', 'ui', 'data-import'] },
{ tags: ['fse', 'ui', 'data-import'] },
() => {
cy.visit(TopMenu.dataImportPath);
DataImport.waitLoadingNoInteractors();
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/fse/ui/settings-ui.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('fse-settings - UI', () => {

it(
`TC195469 - verify software versions page is displayed for ${Cypress.env('OKAPI_HOST')}`,
{ tags: ['sanity', 'fse', 'ui', 'settings'] },
{ tags: ['sanity', 'fse', 'ui', 'settings', 'software-version'] },
() => {
cy.visit(SettingsMenu.softwareVersionsPath);
SoftwareVersions.waitLoading();
Expand Down

0 comments on commit 214f85d

Please sign in to comment.