diff --git a/source/Willow-Core-Tests/CheckboxWebViewTest.class.st b/source/Willow-Core-Tests/CheckboxWebViewTest.class.st index ff982636..d5dc1227 100644 --- a/source/Willow-Core-Tests/CheckboxWebViewTest.class.st +++ b/source/Willow-Core-Tests/CheckboxWebViewTest.class.st @@ -41,7 +41,7 @@ CheckboxWebViewTest >> testIdentifierOn [ self assert: html - equals: '' + equals: '' ] { #category : #'tests-configuring' } diff --git a/source/Willow-Core-Tests/CombinedWebInteractionInterpreterTest.class.st b/source/Willow-Core-Tests/CombinedWebInteractionInterpreterTest.class.st index 7c93d62b..9ae9ca6d 100644 --- a/source/Willow-Core-Tests/CombinedWebInteractionInterpreterTest.class.st +++ b/source/Willow-Core-Tests/CombinedWebInteractionInterpreterTest.class.st @@ -727,7 +727,7 @@ CombinedWebInteractionInterpreterTest >> testShowWhileCallingServerToRender [ self assert: html equals: - '
' + '' ] { #category : #'tests - Configuring - Serialization' } @@ -869,7 +869,7 @@ CombinedWebInteractionInterpreterTest >> testToggleCssClassOn [ self assert: html equals: - '' + '' ] { #category : #'tests - Configuring - CSS' } @@ -918,7 +918,7 @@ CombinedWebInteractionInterpreterTest >> testTransformInto [ self assert: html equals: - '' + '' ] { #category : #'tests - Configuring - CSS' } diff --git a/source/Willow-Core-Tests/MultipleSelectionListBoxWebViewTest.class.st b/source/Willow-Core-Tests/MultipleSelectionListBoxWebViewTest.class.st index 2c6dfad5..b2d4b7f1 100644 --- a/source/Willow-Core-Tests/MultipleSelectionListBoxWebViewTest.class.st +++ b/source/Willow-Core-Tests/MultipleSelectionListBoxWebViewTest.class.st @@ -148,7 +148,7 @@ MultipleSelectionListBoxWebViewTest >> testIdentifierOn [ self assert: html - equals: '' + equals: '' ] { #category : #'tests-Multiple Selection-API' } diff --git a/source/Willow-Core-Tests/PeriodicallyRenderedWebViewTest.class.st b/source/Willow-Core-Tests/PeriodicallyRenderedWebViewTest.class.st index d5dd06ef..b3b3f5f3 100644 --- a/source/Willow-Core-Tests/PeriodicallyRenderedWebViewTest.class.st +++ b/source/Willow-Core-Tests/PeriodicallyRenderedWebViewTest.class.st @@ -92,5 +92,5 @@ PeriodicallyRenderedWebViewTest >> testScriptToRefreshAndRenderContentOn [ self assert: html equals: - '");' + '");' ] diff --git a/source/Willow-Core-Tests/RenderingCommandTest.class.st b/source/Willow-Core-Tests/RenderingCommandTest.class.st index 53c1fbdd..17dda7ba 100644 --- a/source/Willow-Core-Tests/RenderingCommandTest.class.st +++ b/source/Willow-Core-Tests/RenderingCommandTest.class.st @@ -40,7 +40,7 @@ RenderingCommandTest >> testModelLoadingInstructions [ self assert: html equals: - '' + '' ] { #category : #'tests-accessing' }