Skip to content

Commit

Permalink
Updated expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 30, 2024
1 parent cb627cc commit 5b9a2ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion validation/end_to_end/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ def test_plugin_logging_alert_should_be_registered_issue_50(page: Page):
page.get_by_role('button', name='Plugins').click()

# note: could also be: await expect(page.getByText('Logging Alert')).toBeVisible();
expect(page.get_by_role('button', name='Logging')).to_have_text('Logging Alert')
# TODO should really by Logging Alert, but this will only be possible once this fix https://github.com/Graylog2/graylog2-server/issues/15939 is released
expect(page.get_by_role('button', name='Logging')).to_have_text('com.airbus_cyber_security.graylog.events.config.LoggingAlertConfig')

0 comments on commit 5b9a2ae

Please sign in to comment.