Skip to content

Commit

Permalink
DYN-6975: Test solution for TestImportDefaultScaleFactor Test. (#15222)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Erazo <[email protected]>
  • Loading branch information
AlexisErazoGlobant and Alexis Erazo authored May 16, 2024
1 parent dfa5af6 commit 39690f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/DynamoCoreWpfTests/CoreUITests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,7 @@ public void PreferenceSettingsConnectorTypeRevertsToBezier()
[Test]
public void TestImportDefaultScaleFactor()
{
string settingDirectory = Path.Combine(GetTestDirectory(ExecutingDirectory), "settings");
string newSettingslFilePath = Path.Combine(settingDirectory, "DynamoSettings-NewSettings.xml");
string newSettingslFilePath = Path.Combine(TempFolder, "DynamoSettings-NewSettings.xml");

var defaultSettings = new PreferenceSettings();
defaultSettings.DefaultScaleFactor = GeometryScalingOptions.ConvertUIToScaleFactor((int)GeometryScaleSize.ExtraLarge);
Expand Down

0 comments on commit 39690f7

Please sign in to comment.