We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe490e4 commit 6598e7eCopy full SHA for 6598e7e
src/reuse/modules/ui5/assertion.ts
@@ -199,7 +199,7 @@ export class Assertion {
199
/**
200
* @function expectToBeNotEnabled
201
* @memberOf ui5.assertion
202
- * @description Expects that the element is enabled to the user.
+ * @description Expects that the element is not enabled to the user.
203
* @param {Object} selector - The selector describing the element.
204
* @param {Number} [index=0] - The index of the selector (in case there are more than one elements visible at the same time).
205
* @param {Number} [timeout=30000] - The timeout to wait (ms).
0 commit comments