mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 07:09:48 +03:00
Fixed test
This commit is contained in:
parent
abbb5cb314
commit
2f6b643244
@ -208,7 +208,7 @@ describe('Acceptance: Staff', function () {
|
|||||||
expect(
|
expect(
|
||||||
find('.fullscreen-modal h1').textContent.trim(),
|
find('.fullscreen-modal h1').textContent.trim(),
|
||||||
'correct modal is displayed'
|
'correct modal is displayed'
|
||||||
).to.equal('Invite a New User');
|
).to.equal('Invite a new user');
|
||||||
|
|
||||||
// number of roles is correct
|
// number of roles is correct
|
||||||
expect(
|
expect(
|
||||||
|
Loading…
Reference in New Issue
Block a user