Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
animehart authored Jun 24, 2024
1 parent 7e94b08 commit ba6b7ad
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,6 @@ export function AddCisIntegrationFormPageProvider({
return await (await checkBox.findByCssSelector(`input[id='${id}']`)).getAttribute('checked');
};

const doesStringExist = async (str: string) => {
const textBlock = await testSubjects.find('editPackagePolicy_page');
const stringToFind = await textBlock.findByXpath(`//span[text()="${str}"]`);

return stringToFind;
};

const getReplaceSecretButton = async (secretField: string) => {
return await testSubjects.find(`button-replace${secretField}`);
};
Expand Down Expand Up @@ -298,7 +291,6 @@ export function AddCisIntegrationFormPageProvider({
getValueInEditPage,
isOptionChecked,
checkIntegrationPliAuthBlockExists,
doesStringExist,
getReplaceSecretButton,
};
}

0 comments on commit ba6b7ad

Please sign in to comment.