@@ -68,7 +68,7 @@ public void testProvisionedDomainFieldChanges() throws IOException, CommandExcep
6868 FieldInfo integerField = FieldInfo .random ("Test/Integer" , FieldDefinition .ColumnType .Integer , DomainUtils .DomainKind .IntList );
6969 FieldInfo decimalField = FieldInfo .random ("Test/Decimal" , FieldDefinition .ColumnType .Decimal , DomainUtils .DomainKind .IntList );
7070 FieldInfo dateField = FieldInfo .random ("Test/Date" , FieldDefinition .ColumnType .DateAndTime , DomainUtils .DomainKind .IntList );
71- FieldInfo booleanField = FieldInfo .random ("Test'/\" Boolean" , FieldDefinition .ColumnType .Boolean , DomainUtils .DomainKind .IntList ); // GH Issue #755
71+ FieldInfo booleanField = FieldInfo .random ("Test'/\" Boolean" , FieldDefinition .ColumnType .Boolean , DomainUtils .DomainKind .IntList ); // GitHub Issue #647
7272 TestDataGenerator dgen = new TestDataGenerator ("lists" , listName , getProjectName ())
7373 .withColumns (List .of (
7474 stringField .getFieldDefinition (),
@@ -117,7 +117,7 @@ public void testProvisionedDomainFieldChanges() throws IOException, CommandExcep
117117 domainFormPanel .getField (integerField .getName ()).setType (FieldDefinition .ColumnType .String , true );
118118 domainFormPanel .getField (decimalField .getName ()).setType (FieldDefinition .ColumnType .String , true );
119119 domainFormPanel .getField (dateField .getName ()).setType (FieldDefinition .ColumnType .String , true );
120- domainFormPanel .getField (booleanField .getName ()).setType (FieldDefinition .ColumnType .String , true ); // GH Issue #755
120+ domainFormPanel .getField (booleanField .getName ()).setType (FieldDefinition .ColumnType .String , true ); // GitHub Issue #647
121121 domainDesignerPage .clickFinish ();
122122
123123 clickAndWait (Locator .linkWithText (listName ));
0 commit comments