Merge "Storage: Type against ILBFactory and ILoadBalancer in storage classes"
[lhc/web/wiklou.git] / tests / selenium / specs / user.js
index 4884ded..d55ff4c 100644 (file)
@@ -29,7 +29,7 @@ describe( 'User', function () {
                assert.strictEqual( CreateAccountPage.heading.getText(), `Welcome, ${username}!` );
        } );
 
-       it( 'should be able to log in', function () {
+       it( 'should be able to log in @daily', function () {
                // create
                browser.call( function () {
                        return Api.createAccount( username, password );