summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/newproject.html
diff options
context:
space:
mode:
authorMihail Stanciu <stanciux.mihail@intel.com>2015-08-12 15:37:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-17 08:48:28 +0100
commit645435a645a0817cec94ce1433eb74fbe7388416 (patch)
tree1bebc6f8c3a115603792036abaf3271f2eb1ff13 /bitbake/lib/toaster/toastergui/templates/newproject.html
parent91d8f88bb77e37cb3b4de0c7cf280cbb746e6c4b (diff)
downloadpoky-645435a645a0817cec94ce1433eb74fbe7388416.tar.gz
bitbake: toastergui: Added IDs to elements used in testing
Added static IDs to elements commonly used in the testing process so that future UI modifications would not break tests as easily. [YOCTO #7380] (Bitbake rev: 04e896d7fb170271fb09dae5c2a42acb4b68f513) Signed-off-by: Mihail Stanciu <stanciux.mihail@intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/newproject.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/newproject.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html
index 745b79b1a1..997390bcf0 100644
--- a/bitbake/lib/toaster/toastergui/templates/newproject.html
+++ b/bitbake/lib/toaster/toastergui/templates/newproject.html
@@ -59,7 +59,7 @@
59 {% endif %} 59 {% endif %}
60 60
61 <div class="form-actions"> 61 <div class="form-actions">
62 <input type="submit" class="btn btn-primary btn-large" value="Create project"/> 62 <input type="submit" id="create-project-button" class="btn btn-primary btn-large" value="Create project"/>
63 <span class="help-inline" style="vertical-align:middle;">To create a project, you need to enter a project name</span> 63 <span class="help-inline" style="vertical-align:middle;">To create a project, you need to enter a project name</span>
64 </div> 64 </div>
65 </form> 65 </form>