Skip to content

Commit

Permalink
Merge pull request #2543 from brave/fix-tests-67
Browse files Browse the repository at this point in the history
Resolves failing tests
  • Loading branch information
NejcZdovc authored May 30, 2019
2 parents baa5513 + 30c46d8 commit c73a4fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ IN_PROC_BROWSER_TEST_F(BraveRewardsBrowserTest,
"}, 500);});",
content::EXECUTE_SCRIPT_DEFAULT_OPTIONS,
content::ISOLATED_WORLD_ID_CONTENT_END);
EXPECT_NE(js_result.ExtractString().find("Brave Verified Publisher"),
EXPECT_NE(js_result.ExtractString().find("Brave Verified Creator"),
std::string::npos);
EXPECT_NE(js_result.ExtractString().find(publisher), std::string::npos);
}
Expand Down

0 comments on commit c73a4fe

Please sign in to comment.