Skip to content

Commit

Permalink
Update cadastro_produto
Browse files Browse the repository at this point in the history
  • Loading branch information
venomroger authored Feb 1, 2022
1 parent f2636b2 commit 2d15685
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cadastro_produto
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ public class SkomTest {

Thread.sleep(10000);

navegador.findElement(By.cssSelector("input[title='Preencha este campo.']")).sendKeys("TESTE ROGER AUTOM");
navegador.findElement(By.cssSelector("input[title='Preencha este campo.']")).sendKeys("ROGER-AUTOMACAO SELENIUM");

//navegador.findElement(By.xpath("//span[normalize-space()='Impostos']")).click();

//navegador.findElement(By.cssSelector("Digite o código e tecle Enter")).sendKeys("03078300");

navegador.findElement(By.xpath("//button[@ng-if='isShowSaveButton()']//span[@class='glyphicons glyphicons-ok-2']")).click();

assertEquals(1,1);

Expand Down

0 comments on commit 2d15685

Please sign in to comment.