mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed the test for new member page based on changes
no issue
This commit is contained in:
parent
038600c350
commit
ae28cdffbb
@ -119,7 +119,7 @@ describe('Acceptance: Members', function () {
|
||||
expect(currentURL(), 'new member URL').to.equal('/members/new');
|
||||
// it displays the new member form
|
||||
expect(find('.gh-canvas-header h2').textContent, 'settings pane title')
|
||||
.to.contain('New member');
|
||||
.to.contain('New');
|
||||
|
||||
// all fields start blank
|
||||
findAll('.gh-member-settings-primary .gh-input').forEach(function (elem) {
|
||||
|
Loading…
Reference in New Issue
Block a user