You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awaitt.expect(voteSelector.hasAttribute('disabled')).ok(`${option} vote button for ${recommendationName} recommendation is not disabled`);
42
+
awaitt.expect(voteSelector.getAttribute('class')).contains('selected',`${option} vote button for ${recommendationName} recommendation is not selected`);
43
+
}
44
+
45
+
/**
46
+
* Verify that vote popup is displayed by recommendation name and option
47
+
* @param recommendationName Name of recommendation
// Verify that the INSIGHTS_RECOMMENDATIONS_VOTED event sent with Database ID, Recommendation_name, Vote type parameters when user voted for recommendation
0 commit comments