We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e36aa commit c5a717eCopy full SHA for c5a717e
e2e/tests/parameter.ts
@@ -3,7 +3,7 @@ import { Step } from "gauge-ts";
3
4
export default class Parameter {
5
@Step("Trimmed <original> is the same as <expected>")
6
- public async checkTrimmeWord(original: string, expected: string) {
+ public async checkTrimmedWord(original: string, expected: string) {
7
assert.strictEqual(original.trim(), expected);
8
}
9
0 commit comments