Skip to content

Commit

Permalink
Fixes broken tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan-tonchev committed Aug 10, 2023
1 parent ce70d77 commit 1091fd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ function SimilarityCtrl(
showToolbar: false,
showResultTabs: false,
showQueryButton: false,
downloadAsOn: false,
showResultInfo: false,
componentId: 'similarity-list-component',
maxPersistentResponseSize: 0,
render: RenderingMode.YASR,
Expand Down
2 changes: 1 addition & 1 deletion test-cypress/steps/yasgui/yasr-steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class YasrSteps {
}

static getResults() {
return YasrSteps.getYasr('.yasr_results tbody').find('tr');
return YasrSteps.getYasr().find('.yasr_results tbody').find('tr');
}

static getResultTableHeader() {
Expand Down

0 comments on commit 1091fd9

Please sign in to comment.