We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e13ef commit 3dadeccCopy full SHA for 3dadecc
playgrounds/angular/e2e/src/app.po.ts
@@ -6,7 +6,7 @@ export class AppPage {
6
}
7
8
async getFirstGame(): Promise<string> {
9
- return element(by.css('.ais-Hits-item:first-child > .hit-name')).getText()
+ return element(by.css('.ais-Hits-item > .hit-name')).getText()
10
11
12
async getFirstFacetValueOfFirstFacet(): Promise<string> {
0 commit comments