[affected:*][ci:force] Fixed other e2es

This commit is contained in:
Vito Albano
2024-05-09 12:48:17 +02:00
committed by DominikIwanek
parent 7e8f162a1f
commit 119c3fc60c
5 changed files with 18 additions and 9 deletions
@@ -20,7 +20,7 @@ import { TasksPage } from './../pages/tasks.page';
import { NavigationBarPage } from '../../core/pages/navigation-bar.page';
import { ProcessServicesPage } from './../pages/process-services.page';
import { browser } from 'protractor';
import CONSTANTS = require('../../util/constants');
import * as CONSTANTS from '../../util/constants';
describe('People component', () => {
const app = browser.params.resources.Files.SIMPLE_APP_WITH_USER_FORM;
+1 -1
View File
@@ -157,7 +157,7 @@ describe('Search component - Search Bar', () => {
it('[C260256] Should display file/folder in search suggestion when typing first characters', async () => {
await openSearchBar();
await searchBarPage.enterText(firstFolderModel.shortName);
await searchBarPage.enterTextAndPressEnter(firstFolderModel.shortName);
await searchBarPage.resultTableContainsRow(firstFolderModel.name);