Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Foreign Affairs update front-end. #3407

Merged
merged 9 commits into from
Jan 21, 2025
Prev Previous commit
Next Next commit
Fix: Try to solve time out for test case "search"
Wenzhi-Ding committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 323dbace08017f137bfb18e6d972c01abc5a7c99
22 changes: 11 additions & 11 deletions Foreign Affairs.js
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@
"target": "^https?://www\\.foreignaffairs\\.com",
"minVersion": "3.0",
"maxVersion": "",
"priority": 200,
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2025-01-08 08:08:54"
"lastUpdated": "2025-01-08 12:21:03"
}

/*
@@ -137,6 +137,12 @@ var testCases = [
"defer": true,
"items": "multiple"
},
{
"type": "web",
"url": "https://www.foreignaffairs.com/search/arkansas",
"defer": true,
"items": "multiple"
},
{
"type": "web",
"url": "https://www.foreignaffairs.com/reviews/capsule-review/2003-05-01/history-argentina-twentieth-century",
@@ -146,9 +152,9 @@ var testCases = [
"title": "A History of Argentina in the Twentieth Century",
"creators": [
{
"firstName":"Kenneth",
"lastName":"Maxwell",
"creatorType":"author"
"firstName": "Kenneth",
"lastName": "Maxwell",
"creatorType": "author"
}
],
"extra": "Volume Title: May/June 2003",
@@ -471,12 +477,6 @@ var testCases = [
"seeAlso": []
}
]
},
{
"type": "web",
"url": "https://www.foreignaffairs.com/search/argentina",
"defer": true,
"items": "multiple"
}
]
/** END TEST CASES **/