WIP: Test/new e2e
closes qa#1
0/2
threads resolved
- Last updated by Xander Miller
1 2 // UX Elements 3 const channelEditButton = ".m-channel--edit-button-wrapper button > span:contains('Edit')" 4 const channelNameInput = ".m-channel--name--editor > input" 5 const channelDescriptionTextArea = ".mdl-card__supporting-text > textarea" 6 const channelSaveButton = ".m-channel--edit-button-wrapper button > span:contains('Save')" - Developer
Make sure to update these before you take out of WIP.
- Developer
I don't understand what you are getting at here. How will they need to be updated?
1 2 // UX Elements 3 const channelEditButton = ".m-channel--edit-button-wrapper button > span:contains('Edit')" 4 const channelNameInput = ".m-channel--name--editor > input" 5 const channelDescriptionTextArea = ".mdl-card__supporting-text > textarea" 6 const channelSaveButton = ".m-channel--edit-button-wrapper button > span:contains('Save')" 7 8 context.only('Edit Channel Profile', () => { - Developer
And this one, no pre-commit hooks for catching .only and .skip's