Skip to content

Commit 3dadecc

Browse files
committed
Improve angular e2e tests
1 parent 09e13ef commit 3dadecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playgrounds/angular/e2e/src/app.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export class AppPage {
66
}
77

88
async getFirstGame(): Promise<string> {
9-
return element(by.css('.ais-Hits-item:first-child > .hit-name')).getText()
9+
return element(by.css('.ais-Hits-item > .hit-name')).getText()
1010
}
1111

1212
async getFirstFacetValueOfFirstFacet(): Promise<string> {

0 commit comments

Comments
 (0)