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

"Table Footer Should Contain" should take into account <th> elements #1436

Closed
php-coder opened this issue Aug 29, 2019 · 2 comments
Closed

Comments

@php-coder
Copy link

Table Footer Should Contain is always looking for <td> tags within <tfoot>:

def _find_by_footer(self, table_locator, content):
return self._find(table_locator, '//tfoot//td', content)

but it's valid to have <th> tags there also. Example: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot

Can we have this keyword fixed to take into account <th> tags as well?

@aaltat
Copy link
Contributor

aaltat commented Aug 29, 2019

As with #1437 would it possible to get static HTML page and simple test case that demonstrates the problem?

@aaltat
Copy link
Contributor

aaltat commented Sep 18, 2019

I do not have time investigate this in the near future. Therefore I am closing this issue. If you @php-coder want to return in the issue, please reopen the issue.

@aaltat aaltat closed this as completed Sep 18, 2019
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

No branches or pull requests

2 participants