Skip to content

Commit a4ccc3e

Browse files
committed
Update SMTP user parameter to Google.Smtp.Username
Renamed the "Google.Smtp.User" parameter to "Google.Smtp.Username" in Default.runsettings for consistency and clarity. No other changes were made.
1 parent 3d30d68 commit a4ccc3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Settings/Default.runsettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- Settings -->
1414
<Parameter name="G4.Username" value="" />
1515
<Parameter name="Google.Smtp.Password" value="" />
16-
<Parameter name="Google.Smtp.User" value="" />
16+
<Parameter name="Google.Smtp.Username" value="" />
1717
<Parameter name="Integration" value="BrowserStack" />
1818
<Parameter name="Integration.ApplicationUnderTest" value="http://localhost:9002/test/static/" />
1919
<Parameter name="Integration.Selenium.Version" value ="4.8.0" />

0 commit comments

Comments
 (0)