Skip to content

Commit 4fb593d

Browse files
Merge branch '5' into 6.1
2 parents d549336 + 40b9b34 commit 4fb593d

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

docs/en/02_advanced_setup.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,6 @@ This documentation assumes that the reader is already familiar with basic concep
88
of the [Elemental module](https://github.com/dnadesign/silverstripe-elemental) and the [Fluent module](https://github.com/tractorcow-farm/silverstripe-fluent).
99
This document provides an advanced setup guide for enterprise scale projects using these modules.
1010

11-
Table of Contents:
12-
13-
- [Elemental setup](#elemental-setup)
14-
- [Page setup](#page-setup)
15-
- [Block setup](#block-setup)
16-
- [Adding additional Elemental Areas](#adding-additional-elemental-areas)
17-
- [Allowing different Block types for different Elemental Areas](#adding-additional-elemental-areas)
18-
- [Elemental with Fluent setup](#elemental-with-fluent-setup)
19-
- [Types of localisation](#types-of-localisation)
20-
- [Benefits of indirect localisation](#benefits-of-indirect-localisation)
21-
- [Downsides of indirect localisation](#downsides-of-indirect-localisation)
22-
- [Unit tests](#unit-tests)
23-
- [Make sure your fixture has some locales setup](#make-sure-your-fixture-has-some-locales-setup)
24-
- [Localised fixture data (automatic, single locale)](#localised-fixture-data-automatic-single-locale)
25-
- [Localised fixture data (manual, single or multiple locales)](#localised-fixture-data-manual-single-or-multiple-locales)
26-
- [Working with Fluent state](#working-with-fluent-state)
27-
- [Top Page reference performance enhancement](#top-page-reference-performance-enhancement)
28-
2911
## Elemental setup
3012

3113
### Page setup

tests/Behat/features/add-block-element-to-data-object.feature

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ Feature: Add elements in the CMS DataObject
4343
And the "Content" field should contain "<p>New sample content</p>"
4444
Then I press the "Navigate up a folder" button
4545
Then I should see "New Elemental Behat Test Title" as the title for block 1
46+
47+
# very quick check that history tab is broadly working
48+
Given I click on block 1
49+
When I click on "History" in the header tabs
50+
And I wait for 3 seconds until I see the ".history-viewer__table" element
51+
And I click on the ".history-viewer__row" element
52+
And I wait for 3 seconds until I see the "#Form_versionForm" element
53+
Then I should see "New sample content"

0 commit comments

Comments
 (0)