1) Search an article
1124 task shouldSkip
1125 visit /index.php/publicknowledge/search/search
1126 get input[id="query"]
1127 type Antimicrobial, {delay: 0}
1128 get select[name="dateFromYear"]
1129 select 2022
1130 get select[name="dateFromMonth"]
1131 select 12
1132 get select[name="dateFromDay"]
1133 select 1
1134 get select[name="dateToYear"]
1135 select 2022
1136 get select[name="dateToMonth"]
1137 select 12
1138 get select[name="dateToDay"]
1139 select 22
1140 get input[name="authors"]
1141 type Vajiheh Karbasizaed, {delay: 0}
1142 get button[type="submit"]
1143 click
1144 form sub --submitting form--
1145 page load --waiting for new page to load--
1146 new url http://localhost/index.php/publicknowledge/search/search?query=Antimicrobial&dateFromYear=2022&dateFromMonth=12&dateFromDay=1&dateToYear=2022&dateToMonth=12&dateToDay=22&authors=Vajiheh+Karbasizaed
1147 get .search_results
1148 children
1149 assert expected <article.article_summary> to have a length of 1
1150 get .article_summary
1151 first
1152 click
1153 get .article-full-title
1154 saved as log in: cypress/logs/failed-plugins-2-fthemes-2-fclassic-2-fcypress-2-ftests-2-ffunctional-2-f-classic-theme-plugin-tests-search-an-article.json
To Reproduce
Unable to reproduce locally
Additional context
This is the only theme with failing tests against the main branch
Describe the bug The log:
To Reproduce Unable to reproduce locally
Additional context This is the only theme with failing tests against the main branch