Skip to content

Commit

Permalink
[Table Visualizations] Test Update (#787)
Browse files Browse the repository at this point in the history
* fix-test
* simplify selector

---------

Signed-off-by: Sirazh Gabdullin <sirazh.gabdullin@nu.edu.kz>
  • Loading branch information
curq authored Jul 25, 2023
1 parent f73d3f0 commit 14892a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const removeBucket = (bucket) => {
export const testSplitTables = (num) => {
cy.getElementByTestId('visTable')
.should('have.class', 'visTable')
.find('[class="visTable__group"]')
.find('.visTable__group')
.should(($tables) => {
// should have found specified number of tables
expect($tables).to.have.length(num);
Expand Down

0 comments on commit 14892a0

Please sign in to comment.