0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Fixed the test for new member page based on changes

no issue
This commit is contained in:
James Morris 2022-08-31 15:16:27 +01:00
parent 038600c350
commit ae28cdffbb

View file

@ -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) {