Skip to content

Instantly share code, notes, and snippets.

@adamrneary
Created March 14, 2016 17:08
Show Gist options
  • Save adamrneary/d5eafdb5ac7bce42bc6e to your computer and use it in GitHub Desktop.
Save adamrneary/d5eafdb5ac7bce42bc6e to your computer and use it in GitHub Desktop.
'[C475] A template can be added to a template-set via drag and drop.'(client) {
const id = globals.templates[2].id;
templateSetEditor
.navigateTo(setId);
templateSetEditor
.dragTemplateToCurrent(id)
.assert.elementPresent('.wi-DestinationTemplates [data-id="' + id + '"]');
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment