Skip to content

Commit

Permalink
Update the index in beforesuite - guppyTest
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvar28 authored Jun 18, 2024
1 parent 0a92cb4 commit 5923ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/guppy/guppyTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before(async ({ I, users, fence }) => {
users.mainAcct.accessTokenHeader,
);
if (guppyStatusCheckResp.status === 200
&& (Object.prototype.hasOwnProperty.call(guppyStatusCheckResp.data.indices, 'jenkins_subject_1')
&& (Object.prototype.hasOwnProperty.call(guppyStatusCheckResp.data.indices, 'jenkins_subject_new')
&& Object.prototype.hasOwnProperty.call(guppyStatusCheckResp.data.indices, 'jenkins_file_1'))) {
console.log(`${new Date()}: all good, proceed with the test...`);
break;
Expand Down

0 comments on commit 5923ba4

Please sign in to comment.