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

OCORE-83: Fixing accessibility errors in the HTML file #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DemeSzabolcs
Copy link

This is a fix for the accessibility errors in the index.html file. Below you can see the accessibility errors:

Asserting the accessibility analysis result failed. Check the accessibility report failure dump for details.
-------- Shouldly.ShouldAssertException : axeResult.Violations
    should be empty but had
1
    item and was
[Selenium.Axe.AxeResultItem (14851760)]

Additional Info:
    Links must have discernible text: 
    <a class="btn btn-dark m-3" href="<https://twitter.com">>
            <i class="fab fa-twitter"></i>
        </a>
    <a class="btn btn-dark m-3" href="<https://facebook.com">>
            <i class="fab fa-facebook-f"></i>
        </a>
    <a class="btn btn-dark m-3" href="<https://instagram.com">>
            <i class="fab fa-instagram"></i>
        </a>

@DemeSzabolcs
Copy link
Author

@davidtmiller If you don’t mind me asking: have you seen this PR yet?

@DemeSzabolcs
Copy link
Author

@davidtmiller

1 similar comment
@DemeSzabolcs
Copy link
Author

@davidtmiller

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.

None yet

1 participant