Skip to content

Commit f8a2e7b

Browse files
author
Anna-Mariia Shkarlinska
committed
Remove Toyota Corolla
1 parent ae88c4e commit f8a2e7b

File tree

6 files changed

+3
-27
lines changed

6 files changed

+3
-27
lines changed

CarLens/Resources/Local data/cars.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,6 @@
1717
"image": "HondaCivic",
1818
"image_locked": "HondaCivic_locked"
1919
},
20-
{
21-
"id": "toyota_corolla",
22-
"brand": "Toyota",
23-
"model": "Corolla",
24-
"description": "The Toyota Corolla is a line of cars manufactured by Toyota. Introduced in 1966, it has been the best-selling car worldwide since 1974.",
25-
"stars": 2,
26-
"acceleration_mph": 10.1,
27-
"acceleration_kph": 10.5,
28-
"speed_mph": 130,
29-
"speed_kph": 209,
30-
"power": 90,
31-
"engine": 1330,
32-
"brand_logo_image": "Toyota",
33-
"brand_logo_image_locked": "Toyota_locked",
34-
"image": "ToyotaCorolla",
35-
"image_locked": "ToyotaCorolla_locked"
36-
},
3720
{
3821
"id": "ford_fiesta",
3922
"brand": "Ford",
Loading
Loading
Loading

CarLensUITests/Features/CarsListTestCase.swift

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,29 +80,22 @@ extension CarsListTestCase {
8080
verifyView("initial_view")
8181
}
8282

83-
func testToyotaCorollaScreenLook() {
83+
func testFordFiestaScreenLook() {
8484
swipeLeft()
8585
verifyView("after_1_swipe_left")
8686
}
8787

88-
func testFordFiestaScreenLook() {
88+
func testNissanQashqaiScreenLook() {
8989
for _ in 1...2 {
9090
swipeLeft()
9191
}
9292
verifyView("after_2_swipe_left")
9393
}
9494

95-
func testNissanQashqaiScreenLook() {
95+
func testVolkswagenPassatScreenLook() {
9696
for _ in 1...3 {
9797
swipeLeft()
9898
}
9999
verifyView("after_3_swipe_left")
100100
}
101-
102-
func testVolkswagenPassatScreenLook() {
103-
for _ in 1...4 {
104-
swipeLeft()
105-
}
106-
verifyView("after_4_swipe_left")
107-
}
108101
}

0 commit comments

Comments
 (0)