public void CreateOKR() { _addOKR.Click(); _newOKRTitle.TypeText("Product Development"); _newOKRDescription.TypeText($"Description {GoalsPage.GenerateLine()} Co-ordinate with the strategy team to create a set of recommended (measurable) implementation tasks – scope / plan as a phase 2 project with additional budget."); _okrDescription.TypeText("Successfully launch version 3 of our main product"); _submitButton.Click(); }
public void SendPraise() { //_browser.WaitForElementVisible(By.Id("praise")); _praiseText.TypeText("Thanks for knocking our last project out of the park and bringing new ideas all the time. Praise " + GoalsPage.GenerateLine()); _valueCard.Click(); _submit.Click(); _browser.WaitForElementVisible(By.CssSelector(".praise-view")); }