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 d7945c0 commit 2477d85Copy full SHA for 2477d85
src/lib/Behat/Page/SystemInfoPage.php
@@ -82,7 +82,7 @@ protected function getRoute(): string
82
protected function specifyLocators(): array
83
{
84
return [
85
- new VisibleCSSLocator('packagesTable', '.tab-pane.active section.ibexa-fieldgroup:nth-of-type(2)'),
+ new VisibleCSSLocator('packagesTable', '.tab-pane.active section.ibexa-fieldgroup:nth-of-type(1)'),
86
];
87
}
88
0 commit comments