Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaphante committed Nov 4, 2024
1 parent 54512bc commit 80659d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DemoAutomation/PageObjects/CRMCloud/ContactsPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public void CreateContact(CreateContact createContact)
Contact_textbox("last_name").SendKeys(createContact.LastName);
foreach (var category in createContact.Category)
{
Category_dropdown.MoveToElement();
Category_dropdown.Click();
Option_dropdown(category).Click();
}
Expand Down

0 comments on commit 80659d6

Please sign in to comment.