Lowed visual tolerance for integration test for browser subjectivity

This commit is contained in:
Maxx Crawford 2020-04-21 17:21:17 -05:00
Родитель 9856dce948
Коммит 39437e5166
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ describe("Firefox Monitor homepage", function() {
hideElements: [
$$(".breach-info-wrapper"),
],
})).to.be.within(0, 9.99);
})).to.be.within(0, 14.99);
});
it("should load correct number of breaches from an email input", function() {