Skip to content

Commit

Permalink
Fix reddit grading test (#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston committed Sep 21, 2022
1 parent 34d62f8 commit 58b2519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-test/background/grades.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const tests = [
// Fixme flaking
// { url: 'www.independent.co.uk', siteGrade: ['D', 'D-'], enhancedGrade: 'B' },
{ url: 'google.com', siteGrade: 'D', enhancedGrade: 'D' },
{ url: 'reddit.com', siteGrade: ['D', 'D-', 'C'], enhancedGrade: 'B' },
{ url: 'reddit.com', siteGrade: ['D', 'D-', 'C', 'B'], enhancedGrade: 'B' },
{ url: 'facebook.com', siteGrade: ['D', 'C+'], enhancedGrade: 'C+' },
// FIXME - This case is flaking.
// Enhanced grade is something B and sometimes C.
Expand Down

0 comments on commit 58b2519

Please sign in to comment.