mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-05-07 00:59:44 -05:00
Fixing duplicate // issue
This commit is contained in:
@@ -91,7 +91,7 @@ function searchMovieWithNewMetadataLibrary(cy) {
|
||||
}
|
||||
|
||||
function waitUtilSearchingIsDone() {
|
||||
cy.request(`${BASE_URL}//searchStatus`)
|
||||
cy.request(`${BASE_URL}/searchStatus`)
|
||||
.then((resp) => {
|
||||
if (resp.status === 200 && resp.body.isSearching === false) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user