Skip to content

Commit

Permalink
Updated deprecated snapshots, removed outdated integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Mar 12, 2024
1 parent 609370b commit ca9309b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ describe('Table Selectable Test', () => {
});

it('Check number of columns', () => {
cy.get('thead').find('th').should('have.length', 5);

// There should be a canSelectAll input
cy.get('thead').find('td').should('have.length', 1);
cy.get('thead').find('th').should('have.length', 6);
});

it('Test selectable checkbox', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,7 @@ exports[`Table Collapsible nested table 1`] = `
class="pf-v5-c-table__th"
data-key="0"
data-label=""
scope=""
tabindex="-1"
/>
<th
Expand Down Expand Up @@ -2118,6 +2119,7 @@ exports[`Table Collapsible table 1`] = `
class="pf-v5-c-table__th"
data-key="0"
data-label=""
scope=""
tabindex="-1"
/>
<th
Expand Down Expand Up @@ -4133,10 +4135,11 @@ exports[`Table Selectable table 1`] = `
data-ouia-component-type="PF5/TableRow"
data-ouia-safe="true"
>
<td
<th
class="pf-v5-c-table__th pf-v5-c-table__check"
data-key="0"
data-label=""
scope=""
tabindex="-1"
>
<label>
Expand All @@ -4146,7 +4149,7 @@ exports[`Table Selectable table 1`] = `
type="checkbox"
/>
</label>
</td>
</th>
<th
aria-sort="none"
class="pf-v5-c-table__th pf-v5-c-table__sort"
Expand Down Expand Up @@ -4837,6 +4840,7 @@ exports[`Table Selectable table with Radio 1`] = `
class="pf-v5-c-table__th"
data-key="0"
data-label=""
scope=""
tabindex="-1"
/>
<th
Expand Down Expand Up @@ -5525,10 +5529,11 @@ exports[`Table Selectable table with selected expandable row 1`] = `
data-ouia-component-type="PF5/TableRow"
data-ouia-safe="true"
>
<td
<th
class="pf-v5-c-table__th pf-v5-c-table__check"
data-key="0"
data-label=""
scope=""
tabindex="-1"
>
<label>
Expand All @@ -5539,7 +5544,7 @@ exports[`Table Selectable table with selected expandable row 1`] = `
type="checkbox"
/>
</label>
</td>
</th>
<th
class="pf-v5-c-table__th"
data-key="1"
Expand Down Expand Up @@ -10229,6 +10234,7 @@ exports[`Table simple Editable table 1`] = `
class="pf-v5-c-table__th"
data-key="4"
data-label=""
scope=""
tabindex="-1"
/>
</tr>
Expand Down

0 comments on commit ca9309b

Please sign in to comment.