This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ export interface ProtractorPlugin {
40
40
41
41
/**
42
42
* This is called before the test have been run but after the test framework has
43
- * been set up. Analogous to a config file's `onPreare `.
43
+ * been set up. Analogous to a config file's `onPrepare `.
44
44
*
45
45
* Very similar to using `setup`, but allows you to access framework-specific
46
- * variables/funtions (e.g. `jasmine.getEnv().addReporter()`).
46
+ * variables/functions (e.g. `jasmine.getEnv().addReporter()`).
47
47
*
48
48
* @this {Object} bound to module.exports.
49
49
*
@@ -100,7 +100,7 @@ export interface ProtractorPlugin {
100
100
*
101
101
* @return {Promise= } Can return a promise, in which case protractor will wait
102
102
* for the promise to resolve before outputting test results. Protractor
103
- * will *not* wait before executing the next test, however. If the promise
103
+ * will *not* wait before executing the next test; however, if the promise
104
104
* is rejected, a failed assertion is added to the test results.
105
105
*/
106
106
postTest ?( passed : boolean , testInfo : any ) : void | Promise < void > ;
You can’t perform that action at this time.
0 commit comments