pkp / classic

An official theme for OJS 3.1.1+
GNU General Public License v2.0
11 stars 27 forks source link

Tests on Travis are silently failing #106

Closed Vitaliy-1 closed 1 year ago

Vitaliy-1 commented 1 year ago

Describe the bug The log:

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

Vitaliy-1 commented 1 year ago

Fixed by: https://github.com/pkp/classic/commit/0249a33f6f826f7f8bddf1d8191c4ab5d1676efa