Skip to content

Commit

Permalink
Merge pull request #10 from isunican/feature/500238-BuscarPorTipologi…
Browse files Browse the repository at this point in the history
…aDeCombustible

feature/500238-Buscar por tipología de combustible
  • Loading branch information
CanalesRRC authored Nov 21, 2024
2 parents 1643560 + 3484302 commit 96a8f06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,5 @@ public void ordenarPorPrecioAsc() {
elementoLista5.onChildView(withId(R.id.tvName)).check(matches(withText("SHELL")));
DataInteraction elementoLista6 = onData(anything()).inAdapterView(withId(R.id.lvStations)).atPosition(5);
elementoLista6.onChildView(withId(R.id.tvName)).check(matches(withText("AVIA")));

}
}

0 comments on commit 96a8f06

Please sign in to comment.