File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
connect-automation/page-objects/project-creation-flow/projects Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments