From a85e533dfe833f397af18be7c4784c9a049eac7f Mon Sep 17 00:00:00 2001 From: Sriram Viswanathan Date: Thu, 6 Apr 2017 11:47:18 -0300 Subject: [#938] Uses PageObject pattern for functional test with @anikarni --- service/test/functional/features/steps/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/functional/features/steps/__init__.py') diff --git a/service/test/functional/features/steps/__init__.py b/service/test/functional/features/steps/__init__.py index 2756a319..5750dc53 100644 --- a/service/test/functional/features/steps/__init__.py +++ b/service/test/functional/features/steps/__init__.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 ThoughtWorks, Inc. +# Copyright (c) 2017 ThoughtWorks, Inc. # # Pixelated is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by -- cgit v1.2.3