| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can you create a card for american airlines and show how it's displayed? Chrome should display the matching UI.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Should we add some tests?
Noone did that before I think looking at couple other CLs but added.
Can you create a card for american airlines and show how it's displayed? Chrome should display the matching UI.
It doesn't work as the merchant domains are empty: https://screenshot.googleplex.com/8Kwd6wVqDvfbF3z looking into whether we have a bug or it doesn't come at all, but this is not blocking this.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +0 |
| Commit-Queue | +0 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
believe_server =
believe_server && (heuristic_type_local != LOYALTY_MEMBERSHIP_ID);Will this override all server predictions? Or just those where the server type is unknown? I am not entirely sure we want to override **all** server predictions.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
believe_server =
believe_server && (heuristic_type_local != LOYALTY_MEMBERSHIP_ID);Will this override all server predictions? Or just those where the server type is unknown? I am not entirely sure we want to override **all** server predictions.
I'd guess that we're confident with regexps like `Loyalty card` enough (and so similarly 5 fields above override all server predictions) but sure - changed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |