Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/ReferenceLineMetaSelectionDialogTest.cs =================================================================== diff -u -r22314fc5cda60354caef8993c7da004d784e46c4 -ra8700b1afad48f78474132bf4745ba00a47df584 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/ReferenceLineMetaSelectionDialogTest.cs (.../ReferenceLineMetaSelectionDialogTest.cs) (revision 22314fc5cda60354caef8993c7da004d784e46c4) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/ReferenceLineMetaSelectionDialogTest.cs (.../ReferenceLineMetaSelectionDialogTest.cs) (revision a8700b1afad48f78474132bf4745ba00a47df584) @@ -78,6 +78,8 @@ Assert.IsInstanceOf(dialog); Assert.IsNull(dialog.SelectedReferenceLineMeta); Assert.AreEqual(@"Stel een traject samen", dialog.Text); + var selectAssessmentSectionLabel = (GroupBox) new ComponentTester("groupBox1", dialog).Properties; + Assert.AreEqual("Kies de norm van het dijktraject:", selectAssessmentSectionLabel.Text); AssertReferenceLineMetaDataGridViewControl(dialog); }