Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 24, 2023
1 parent 97dfd75 commit 354c4fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Leopard', () => {
.not.toExist()
.withTimeout(12 * 60 * 1000);

const numTestCases = testData.tests.parameters.length;
const numTestCases = testData.tests.language_tests.length + testData.tests.diarization_tests.length;
for (let i = 0; i < numTestCases; i += 1) {
await waitFor(element(by.id('testResult')).atIndex(i))
.toExist()
Expand Down

0 comments on commit 354c4fc

Please sign in to comment.