| Owners-Override | +1 |
| 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. |
@yiwe...@chromium.org Once you have the time, please update the test to not rely on real time.
| 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. |
Fix TestAddCardWithCvcRecordsUserAction
Not familiar with the codebase but it seems like the card the test tries
to add is already expired. It is therefore not added. I've tested the
fix locally and the test passes.
This and the next test should probably be updated because they will
start failing in a year.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Qihui, could you please review this CL? Thank you!
| 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. |
Any test that will be affected by this flag?
The AutofillAddCreditCardMediatorTest.TestAddCardWithCvcRecordsUserAction test is failing on the M142, M143
| 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. |
void SetUp() override {
PlatformTest::SetUp();
feature_list_.InitAndEnableFeature(
autofill::features::kAutofillEnableCvcStorageAndFilling);
}Let's remove this block and do, I think it should work.
`base::test::ScopedFeatureList feature_list_{autofill::features::kAutofillEnableCvcStorageAndFilling};`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
void SetUp() override {
PlatformTest::SetUp();
feature_list_.InitAndEnableFeature(
autofill::features::kAutofillEnableCvcStorageAndFilling);
}Let's remove this block and do, I think it should work.
`base::test::ScopedFeatureList feature_list_{autofill::features::kAutofillEnableCvcStorageAndFilling};`
| 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. |
Hi Tommy, could you please review this CL? Thank you!
| 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 | +1 |
| 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. |
[CVC storage IOS] Fix TestAddCardWithCvcRecordsUserAction
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |