-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugUh oh... Something needs to be fixedUh oh... Something needs to be fixed
Description
Have following xpath
//tr[@class='MuiTableRow-root MuiTableRow-hover'][1]//td[@class='MuiTableCell-root MuiTableCell-body MuiTableCell-alignCenter'][2]//span[@class='MJX_Assistive_MathML']
Believe expected:
tr.MuiTableRow-root.MuiTableRow-hover:nth-of-type(1) td.MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignCenter:nth-of-type(2) span.MJX_Assistive_MathML
Actual: 2.2.10
tr.MuiTableRow-root.MuiTableRow-hover"][1] td[class="MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignCenter"][2] span[class="MJX_Assistive_MathML
Metadata
Metadata
Assignees
Labels
bugUh oh... Something needs to be fixedUh oh... Something needs to be fixed