Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 673d416

Browse files
committed
chore(tests): update website e2e tests to reflect new api reality
1 parent abfcd67 commit 673d416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: website/test/e2e/api_spec.js

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ describe('Api', function() {
114114

115115
// Then ensure the child functions are shown.
116116
expect(apiPage.getChildFunctionNames()).toEqual([
117+
'getProcessedConfig', 'forkNewDriverInstance',
117118
'waitForAngular', 'findElement', 'findElements', 'isElementPresent',
118119
'addMockModule', 'clearMockModules', 'removeMockModule',
119120
'getRegisteredMockModules', 'get', 'refresh', 'navigate', 'setLocation',

0 commit comments

Comments
 (0)