only in patch2: unchanged: --- /dev/null +++ b/tests/src/Functional/ViewsUiTest.php @@ -0,0 +1,39 @@ +drupalLogin($account); + + $this->drupalGet('/admin/structure/views/add'); + // Assert that workspaces are available as a base table option. Since + // workspaces use the generic Views data handler, this pretty much ensures + // that all fields of the workspace entity type are available to the view. + $this->assertSession()->optionExists('show[wizard_key]', 'standard:workspace'); + } + +}