Skip to content

Commit 433dcd5

Browse files
nursoltan-stc_user
andauthored
fix tc_004 test (#4401)
Co-authored-by: tc_user <[email protected]>
1 parent a11b10f commit 433dcd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

connect-automation/page-objects/project-creation-flow/projects/projects.helper.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class ProjectsHelper {
4545
* @param searchProject object for search
4646
*/
4747
public static async verifyProjectSearch(searchProject: ISearchProject) {
48-
await BrowserHelper.sleep(8000);
48+
await BrowserHelper.sleep(3000);
4949
const allProjectsBeforeSearch = await this.projectsPageObject.projectTitles();
5050
const beforeSearchLength = allProjectsBeforeSearch.length;
5151
const firstProjectBeforeSearch = await allProjectsBeforeSearch[0].getText();
@@ -129,6 +129,7 @@ export class ProjectsHelper {
129129
* @param searchTerm search term
130130
*/
131131
private static async verifyProjectWithRef(searchTerm: string) {
132+
await BrowserHelper.sleep(5000);
132133
const ref = await this.projectsPageObject.refText.getText();
133134
expect(ref).toBe(searchTerm);
134135

0 commit comments

Comments
 (0)