Skip to content

Commit facf597

Browse files
committed
Fixed travis UI tests
1 parent fd612c3 commit facf597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExampleMVVM/Presentation/MoviesScene/MoviesList/View/MoviesListTableView/MoviesListTableViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ extension MoviesListTableViewController {
6767
viewModel.didLoadNextPage()
6868
}
6969

70-
cell.accessibilityLabel = String(format: "Result row %d", indexPath.row + 1)
70+
cell.accessibilityIdentifier = String(format: "Result row %d", indexPath.row + 1)
7171

7272
return cell
7373
}

0 commit comments

Comments
 (0)