File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ bool FirstLoginStep()
68
68
Thread . Sleep ( 2500 ) ;
69
69
// Login to GitHub
70
70
Console . WriteLine ( "\t Entering credentials..." ) ;
71
- IWebElement loginInput = _driver . FindElement ( By . Id ( "notion-email-input-2 " ) ) ;
71
+ IWebElement loginInput = _driver . FindElement ( By . Id ( "notion-email-input-1 " ) ) ;
72
72
loginInput . SendKeys ( _username ) ;
73
73
74
74
IWebElement nextBtn = _driver . FindElement ( By . XPath ( "//form//div[contains(text(), 'Continue')]" ) ) ;
@@ -138,7 +138,7 @@ bool FirstLoginStep()
138
138
Console . WriteLine ( "Trying password login..." ) ;
139
139
try
140
140
{
141
- IWebElement passInput = _driver . FindElement ( By . Id ( "notion-password-input-1 " ) ) ;
141
+ IWebElement passInput = _driver . FindElement ( By . Id ( "notion-password-input-2 " ) ) ;
142
142
passInput . SendKeys ( _password ) ;
143
143
144
144
Console . WriteLine ( "\t Sending login..." ) ;
You can’t perform that action at this time.
0 commit comments