revert unintentionally commited changes to AutofillTest

This commit is contained in:
Philipp Crocoll
2024-01-15 07:47:21 +01:00
parent 94ec8cf1ac
commit 6958a2d189

View File

@@ -51,13 +51,6 @@ namespace Kp2aAutofillParserTest
RunTestFromAutofillInput(resourceName, "org.mozilla.firefox", "www.amazon.it");
}
[Fact]
public void TestDoNotFillPasswordAsUsername()
{
var resourceName = "Kp2aAutofillParserTest.citibank.json";
RunTestFromAutofillInput(resourceName, "com.konylabs.cbplpat", null);
}
[Fact]
public void CanDetectFieldsWithoutAutofillHints()
{