Skip to content

Commit 416af89

Browse files
committed
test: try to fix tableview inset_grouped test snapshot comparison
1 parent 5db3e4d commit 416af89

3 files changed

+1
-2
lines changed
Loading
Loading

tests/Resources/ti.ui.tableview.test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1809,8 +1809,7 @@ describe('Titanium.UI.TableView', function () {
18091809
view.add(tableView);
18101810

18111811
should(view).matchImage('snapshots/tableview_style_inset_grouped.png', {
1812-
threshold: 0.1,
1813-
maxPixelMismatch: 14840
1812+
threshold: 0.1
18141813
});
18151814
});
18161815
});

0 commit comments

Comments
 (0)