Skip to content

Commit cb3c29f

Browse files
Nadia VaidaNadia Vaida
authored andcommitted
WV_2678_V1.2 match search results on party name as well.
1 parent 7078a00 commit cb3c29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/browserstack_automation/specs/CandidatesPage.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ describe('Candidates PageBrowser', () => {
440440
// Candidates_023-Candidates_030
441441
const searchText = readSearchText();
442442
searchText.forEach(({ text, runType }) => {
443-
it(`verifyCandidateSearchByNameOrOffice for ${text} with ${runType}`, async () => {
443+
it(`verifyCandidateSearchByNameOrOfficeOrParty for ${text} with ${runType}`, async () => {
444444
console.log(` *** ***** Running verifySearchText using name: ${text}, state: ${runType}`);
445445
const stateNameRandomTC23 = readTestDataStates('random', 1)[0];
446446
await CandidatesPage.searchBar.click();

0 commit comments

Comments
 (0)