Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r638081278e33e132e3ffedd52fff0d6c00ab4728 -r41da80335e9db4b38a470de5b247f759ca497997 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 638081278e33e132e3ffedd52fff0d6c00ab4728) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/TreeNodeInfos/StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityPointStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 41da80335e9db4b38a470de5b247f759ca497997) @@ -738,18 +738,11 @@ using (ContextMenuStrip contextMenuStrip = info.ContextMenuStrip(nodeData, null, treeViewControl)) { - // Precondition - TestHelper.AssertContextMenuStripContainsItem(contextMenuStrip, - contextMenuUpdateForeshoreProfileIndexRootGroup, - "&Bijwerken voorlandprofielen...", - "Alle berekeningen met een voorlandprofiel bijwerken.", - RingtoetsCommonFormsResources.UpdateItemIcon); - // When contextMenuStrip.Items[contextMenuUpdateForeshoreProfileIndexRootGroup].PerformClick(); // Then - Assert.IsTrue(calculation.InputParameters.UseBreakWater); + Assert.IsTrue(calculation.InputParameters.IsForeshoreProfileInputSynchronized); } } }