Skip to content

Commit 918b2e8

Browse files
W. van Kuiperswvankuipers
W. van Kuipers
authored andcommitted
Fixed changelog layout
1 parent 49e67ed commit 918b2e8

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

CHANGELOG.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
- Unit-tests set-up using Jest
77
- Basic unit-tests for all Javascript code
88
- Rules:
9-
-- [Given] `the (element|inputfield) "([^"]*)?"( not)* contains any text`
10-
-- [Then] `I expect that (element|inputfield) "([^"]*)?"( not)* matches the text "([^"]*)?"`
9+
- [Given] `the (element|inputfield) "([^"]*)?"( not)* contains any text`
10+
- [Then] `I expect that (element|inputfield) "([^"]*)?"( not)* matches the text "([^"]*)?"`
1111
- Lib function `checkIfElementExists` so it can be used by multiple tests to check if an element exists
1212
- Favicon to the demo-app
1313

@@ -16,35 +16,35 @@
1616
source of the project and separate if from the actual test code.
1717
- ESLint configuration now matches ES6 `comma-dangle`
1818
- Updated dependencies
19-
-- `babel-reset-2015`
20-
-- `babel-register`
21-
-- `wdio-phantomjs-service`
22-
-- `webdriverio`
23-
-- `wdio-cucumber-framework`
24-
-- `wdio-spec-reporter`
25-
-- `eslint`
26-
-- `eslint-config-airbnb-base`
19+
- `babel-reset-2015`
20+
- `babel-register`
21+
- `wdio-phantomjs-service`
22+
- `webdriverio`
23+
- `wdio-cucumber-framework`
24+
- `wdio-spec-reporter`
25+
- `eslint`
26+
- `eslint-config-airbnb-base`
2727
- Updated `eslint` & `eslint-config-airbnb-base` dev. dependencies
2828
- Updated rules to make them more logical:
29-
-- [Given] `the (element|inputfield) "([^"]*)?"( not)* contains the text "([^"]*)?"`
30-
-- [Given] `the (element|inputfield) "([^"]*)?"( not)* contains any text`
31-
-- [Then] `I expect that element "([^"]*)?"( not)* contains the same text as element "([^"]*)?"`
32-
-- [Then] `I expect that (element|inputfield) "([^"]*)?"( not)* contains any text`
29+
- [Given] `the (element|inputfield) "([^"]*)?"( not)* contains the text "([^"]*)?"`
30+
- [Given] `the (element|inputfield) "([^"]*)?"( not)* contains any text`
31+
- [Then] `I expect that element "([^"]*)?"( not)* contains the same text as element "([^"]*)?"`
32+
- [Then] `I expect that (element|inputfield) "([^"]*)?"( not)* contains any text`
3333
- Updated readme
3434
- The demo app http-server now runs in silent mode to prevent console cluttering during tests
3535
- Updated contributing & pull request template with information about unit tests
3636
- Updated documentation link for keypress (thanks [@jjanssen](https://github.com/jjanssen))
3737

3838
### Fixed
3939
- Tests that where failing for unclear reasons
40-
-- `CheckClass` now correctly identifies the false case
41-
-- `CheckContent` no longer fails when no expected text is defined
40+
- `CheckClass` now correctly identifies the false case
41+
- `CheckContent` no longer fails when no expected text is defined
4242
- Chai `expect()` was not used in all tests
4343
- Chai `expect.should` was incorrectly used (is now `expect.to`)
4444
- Tests
45-
-- `clickElement` Now checks if element exists to prevent silent fail
46-
-- `setInputField` Now checks if element exists to prevent silent fail
47-
-- `checkUrlInPath` Now checks for the current domain instead of the baseurl domain
45+
- `clickElement` Now checks if element exists to prevent silent fail
46+
- `setInputField` Now checks if element exists to prevent silent fail
47+
- `checkUrlInPath` Now checks for the current domain instead of the baseurl domain
4848

4949
### Removed
5050
- `checkContent` as it is now replaced with `checkContainsText` and `checkContainsAnyText`

0 commit comments

Comments
 (0)