Pokaż
Ignoruj:
Data:
2009-12-07 12:04:45 (16 years ago)
Autor:
marek
Opis:

re #215 - drobny refactoring

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci.Tests/Web/UIPlatnosciTests.cs

    r930 r932  
    1313            const string test = "test"; 
    1414            var ie = new IE("http://localhost:3646/pl/Account/LogOn"); 
    15             ie.TextField(Find.ByName("numer_faktury")).TypeText("27/ASZ/2009"); 
     15            ie.TextField(Find.ByName("numerFaktury")).TypeText("27/ASZ/2009"); 
    1616            ie.TextField(Find.ByName("nip")).TypeText("854956281"); 
    1717            ie.Button(Find.ById("loguj")).Click(); 
     
    2929            const string test = "test"; 
    3030            var ie = new IE("http://localhost:3646/pl/Account/LogOn"); 
    31             ie.TextField(Find.ByName("numer_faktury")).TypeText("27/ASZ/2009"); 
     31            ie.TextField(Find.ByName("numerFaktury")).TypeText("27/ASZ/2009"); 
    3232            ie.TextField(Find.ByName("nip")).TypeText("854956281"); 
    3333            ie.Button(Find.ById("loguj")).Click();