mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 01:11:13 -06:00
Electron-88 Spectron test for electron clipboard feature
This commit is contained in:
parent
ee5326808c
commit
2050d00605
@ -46,7 +46,7 @@ describe('Tests for clipboard', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('should verify electron clipboard', (done) => {
|
||||
it('should verify electron clipboard copy', (done) => {
|
||||
app.electron.clipboard.writeText('Testing copy')
|
||||
.electron.clipboard.readText().then(function (clipboardText) {
|
||||
app.client
|
||||
|
Loading…
Reference in New Issue
Block a user