Skip to content

Commit 2477d85

Browse files
committed
fix-up: fix selector
1 parent d7945c0 commit 2477d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Behat/Page/SystemInfoPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected function getRoute(): string
8282
protected function specifyLocators(): array
8383
{
8484
return [
85-
new VisibleCSSLocator('packagesTable', '.tab-pane.active section.ibexa-fieldgroup:nth-of-type(2)'),
85+
new VisibleCSSLocator('packagesTable', '.tab-pane.active section.ibexa-fieldgroup:nth-of-type(1)'),
8686
];
8787
}
8888

0 commit comments

Comments
 (0)