Tests that demo node is using experimental widget.
public function testUsingExperimentalWidget() {
$this
->loginAsAdmin([
'edit any paragraphed_content_demo content',
]);
$this
->drupalGet('admin/structure/types/manage/paragraphed_content_demo/form-display');
$this
->assertTrue($this
->assertSession()
->optionExists('edit-fields-field-paragraphs-demo-type', 'paragraphs')
->isSelected());
}