diff --git a/test/selenium/run_all.ts b/test/selenium/run_all.ts index 46face01..81a02059 100644 --- a/test/selenium/run_all.ts +++ b/test/selenium/run_all.ts @@ -10,11 +10,6 @@ import { googleSearchInnerCardHardBlock, googleSearchInnerCardCompactMenu, } from "./test_google_search_inner_card"; -import { - googleSearchTopNewsSoftBlock, - googleSearchTopNewsHardBlock, - googleSearchTopNewsCompactMenu, -} from "./test_google_search_top_news"; import { googleSearchTweetSoftBlock, googleSearchTweetHardBlock, @@ -36,9 +31,9 @@ const testCases = [ googleSearchInnerCardSoftBlock, googleSearchInnerCardHardBlock, googleSearchInnerCardCompactMenu, - googleSearchTopNewsSoftBlock, - googleSearchTopNewsHardBlock, - googleSearchTopNewsCompactMenu, + // googleSearchTopNewsSoftBlock, + // googleSearchTopNewsHardBlock, + // googleSearchTopNewsCompactMenu, googleSearchTweetSoftBlock, googleSearchTweetHardBlock, // googleSearchTweetCompactMenu, diff --git a/test/selenium/test_google_search_top_news.ts b/test/selenium/test_google_search_top_news.ts index 86881cb4..47c602ee 100644 --- a/test/selenium/test_google_search_top_news.ts +++ b/test/selenium/test_google_search_top_news.ts @@ -4,7 +4,7 @@ import { BlockType, MenuPosition } from "../../apps/repository/enums"; async function googleSearchTopNews(driver: TestWebDriver, isSoft: boolean): Promise { // search - await driver.googleSearch(["nintendo", "switch", "site:game.watch.impress.co.jp"]); + await driver.googleSearch(["ゲーム", "site:game.watch.impress.co.jp"]); await driver.takeScreenShot("search_result.png"); // click 'block this page'