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

Fix failing configuration test #205

Merged
merged 1 commit into from
Mar 31, 2020
Merged

Fix failing configuration test #205

merged 1 commit into from
Mar 31, 2020

Conversation

Jhnbrn90
Copy link

Currently the ConfigurationTest::favicon_is_visible_only_if_ui_fav_is_set test is failing, also see the GitHub action run: https://github.com/saleem-hadad/larecipe/runs/494342595.

The test is failing due to the fact that double quotes are currently escaped, comparing " in the response to ".

Fix: disable escaping of double quotes in the assertion calls.

This PR adds a second argument to the assertSee() and assertDontSee() calls to prevent the double quote from being escaped to ".

Added a second argument to the `assertSee()` and `assertDontSee()` calls to prevent the double quote from being escaped to `"` and failing the test.
@saleem-hadad saleem-hadad merged commit 6ea96fe into saleem-hadad:master Mar 31, 2020
@Jhnbrn90 Jhnbrn90 deleted the fix-favicon-test branch April 2, 2020 07:23
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants