Skip to content

Commit

Permalink
test: change search keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ikemo3 committed Aug 29, 2021
1 parent c162d39 commit fbc0e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/selenium/test_google_search_top_news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { BlockType, MenuPosition } from "../../apps/repository/enums";

async function googleSearchTopNews(driver: TestWebDriver, isSoft: boolean): Promise<void> {
// 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'
Expand Down

0 comments on commit fbc0e7a

Please sign in to comment.