Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Behat] Fixed System info tests #118

Merged
merged 1 commit into from
Dec 16, 2021
Merged

[Behat] Fixed System info tests #118

merged 1 commit into from
Dec 16, 2021

Conversation

mnocon
Copy link
Contributor

@mnocon mnocon commented Dec 15, 2021

Failing build: https://github.com/ibexa/admin-ui/actions/runs/1582117472

    Then I see "Composer" system information table    # Ibexa\AdminUi\Behat\BrowserContext\SystemInfoContext::iSeeSystemInformationTable()
      Failed asserting that expected string 'Composer' is equal to actual 'Packages' for css locator 'tableTitle': '.tab-pane.active .ez-fieldgroup__name'
      Failed asserting that two strings are equal.
      --- Expected
      +++ Actual
      @@ @@
      -'Composer'
      +'Packages'
     Then I see "Symfony Kernel" system information table    # Ibexa\AdminUi\Behat\BrowserContext\SystemInfoContext::iSeeSystemInformationTable()
      Failed asserting that expected string 'Symfony Kernel' is equal to actual 'Bundles' for css locator 'tableTitle': '.tab-pane.active .ez-fieldgroup__name'
      Failed asserting that two strings are equal.
      --- Expected
      +++ Actual
      @@ @@
      -'Symfony Kernel'
      +'Bundles'

Adapting tests to the changes done in #112

I've also decided to use the opportunity and add a quick test for ibexa/system-info#4

Copy link
Contributor

@micszo micszo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@micszo micszo merged commit c7e3d79 into main Dec 16, 2021
@micszo micszo deleted the fix-system-info-tests branch December 16, 2021 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants