@mattermost/playwright-lib 10.6.0-0 → 10.6.0-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -207,8 +207,8 @@ test('verify notification on mention', async ({pw}) => {
|
|
|
207
207
|
|
|
208
208
|
## Contributing
|
|
209
209
|
|
|
210
|
-
See [CONTRIBUTING.md](
|
|
210
|
+
See [CONTRIBUTING.md](https://github.com/mattermost/mattermost/blob/master/CONTRIBUTING.md) for development setup and guidelines.
|
|
211
211
|
|
|
212
212
|
## License
|
|
213
213
|
|
|
214
|
-
See [LICENSE.txt](
|
|
214
|
+
See [LICENSE.txt](https://github.com/mattermost/mattermost/blob/master/LICENSE.txt) for license information.
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var client = require('@mattermost/client');
|
|
4
3
|
var test_fixture = require('./test_fixture.js');
|
|
5
4
|
var test_config = require('./test_config.js');
|
|
6
5
|
var global_setup = require('./global_setup.js');
|
|
@@ -19,10 +18,6 @@ var test = require('@playwright/test');
|
|
|
19
18
|
|
|
20
19
|
|
|
21
20
|
|
|
22
|
-
Object.defineProperty(exports, "Client4", {
|
|
23
|
-
enumerable: true,
|
|
24
|
-
get: function () { return client.Client4; }
|
|
25
|
-
});
|
|
26
21
|
exports.PlaywrightExtended = test_fixture.PlaywrightExtended;
|
|
27
22
|
exports.test = test_fixture.test;
|
|
28
23
|
exports.testConfig = test_config.testConfig;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED