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 invalid HTML leading to fullstack test failures #5889

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

Martchus
Copy link
Contributor

Remove use of code tag within select/option to avoid new Chromium warning A code tag was parsed inside of a <select> which was not inserted into the document. that interferes with the fullstack test.

Related ticket: https://progress.opensuse.org/issues/165764

Remove use of `code` tag within `select`/`option` to avoid new Chromium
warning `A code tag was parsed inside of a <select> which was not inserted
into the document.` that interferes with the fullstack test.

Related ticket: https://progress.opensuse.org/issues/165764
Copy link

codecov bot commented Aug 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.51%. Comparing base (b4bfc32) to head (9ebfa50).
Report is 182 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5889   +/-   ##
=======================================
  Coverage   98.51%   98.51%           
=======================================
  Files         394      394           
  Lines       38735    38746   +11     
=======================================
+ Hits        38158    38169   +11     
  Misses        577      577           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@perlpunk perlpunk left a comment

Choose a reason for hiding this comment

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

Ah, there it was. I looked on the wrong page and couldn't find a code in a select...

@Martchus Martchus merged commit cc3798c into os-autoinst:master Aug 23, 2024
45 checks passed
@Martchus Martchus deleted the invalid-html branch August 23, 2024 13:44
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.

3 participants